Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0e0d35504ca2a7f44edda6faa6a2c35e056a40e2..ab3668be257cd0db43492c33ce9a362b7a780a9f 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1648,18 +1648,14 @@ const char kShouldAutoEnroll[] = "ShouldAutoEnroll"; |
// modulus, then it will retry auto-enrollment using the updated value. |
const char kAutoEnrollmentPowerLimit[] = "AutoEnrollmentPowerLimit"; |
-// A boolean pref that indicates whether OS & firmware version info should be |
-// reported along with device policy requests. |
-const char kReportDeviceVersionInfo[] = "device_status.report_version_info"; |
- |
-// A boolean pref that indicates whether device activity times should be |
-// recorded and reported along with device policy requests. |
-const char kReportDeviceActivityTimes[] = "device_status.report_activity_times"; |
- |
// The local state pref that stores device activity times before reporting |
// them to the policy server. |
extern const char kDeviceActivityTimes[] = "device_status.activity_times"; |
+// A pref holding the last known location when device location reporting is |
+// enabled. |
+extern const char kDeviceLocation[] = "device_status.location"; |
Joao da Silva
2012/05/03 19:04:08
Remove the extern here and in the line above, it o
bartfab (slow)
2012/05/04 09:14:57
Done.
|
+ |
// A string that is used to store first-time sync startup after once sync is |
// disabled. This will be refreshed every sign-in. |
const char kSyncSpareBootstrapToken[] = "sync.spare_bootstrap_token"; |