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

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

Issue 2343163002: ABANDONED: chromeos: Remove spammy "Failed to get machine id" warning. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..fd53ce7700b790f3ac723fac8d77e3aa9d35fa41 100644
--- a/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
+++ b/chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h
@@ -85,7 +85,9 @@ class DeviceCloudPolicyManagerChromeOS : public CloudPolicyManager {
// Pref registration helper.
static void RegisterPrefs(PrefRegistrySimple* registry);
- // Returns the device serial number, or an empty string if not available.
+ // Returns the device serial number, or an empty string if unavailable
+ // (possibly due to the device having already been enrolled or claimed by a
+ // local user).
static std::string GetMachineID();
// Returns the machine model, or an empty string if not available.
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698