| Index: chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
|
| diff --git a/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h b/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
|
| index 176a94b5990c38990b85fe693dba5831900387da..97f3add6897418ace4aea06720c7c48755d2ebb7 100644
|
| --- a/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
|
| +++ b/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
|
| @@ -87,12 +87,6 @@ class DeviceCloudPolicyManagerChromeOS : public CloudPolicyManager {
|
| // Pref registration helper.
|
| static void RegisterPrefs(PrefRegistrySimple* registry);
|
|
|
| - // Returns the device serial number, or an empty string if not available.
|
| - static std::string GetMachineID();
|
| -
|
| - // Returns the machine model, or an empty string if not available.
|
| - static std::string GetMachineModel();
|
| -
|
| // Returns the mode for using zero-touch enrollment.
|
| static ZeroTouchEnrollmentMode GetZeroTouchEnrollmentMode();
|
|
|
|
|