Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(577)

Unified Diff: chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h

Issue 2371213002: Refactor: Inject StatisticsProvider as a dependency of DeviceCloudPolicyInitializer. (Closed)
Patch Set: Address Maksim's comments. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698