diff options
Diffstat (limited to 'common/hardware_interface.h')
-rw-r--r-- | common/hardware_interface.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/common/hardware_interface.h b/common/hardware_interface.h index b37b0074..cad32fc5 100644 --- a/common/hardware_interface.h +++ b/common/hardware_interface.h @@ -64,14 +64,6 @@ class HardwareInterface { // Returns the HWID or an empty string on error. virtual std::string GetHardwareClass() const = 0; - // Returns the firmware version or an empty string if the system is - // not running chrome os firmware. - virtual std::string GetFirmwareVersion() const = 0; - - // Returns the ec version or an empty string if the system is not - // running a custom chrome os ec. - virtual std::string GetECVersion() const = 0; - // Returns the OEM device requisition or an empty string if the system does // not have a requisition, or if not running Chrome OS. virtual std::string GetDeviceRequisition() const = 0; |