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

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: Inject StatisticsProvider as a dependency of DeviceCloudPolicyInitializer. 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 9cdabac5407eb4c588453c450a186d673e76f7b5..9f2983759e00f3f123a0ce5e4f73974044962237 100644
--- a/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
+++ b/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
@@ -85,12 +85,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