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

Unified Diff: chrome/common/pref_names.h

Issue 10103029: Add device location reporting (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comments addressed. Also added lots of includes to IWYU. Created 8 years, 8 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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 3282d9fb7999e60157179af30d916f0f3c6d1056..aa95760921178970fadcac6ef1461ecfd2108226 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -627,9 +627,8 @@ extern const char kHardwareKeyboardLayout[];
extern const char kCarrierDealPromoShown[];
extern const char kShouldAutoEnroll[];
extern const char kAutoEnrollmentPowerLimit[];
-extern const char kReportDeviceVersionInfo[];
-extern const char kReportDeviceActivityTimes[];
extern const char kDeviceActivityTimes[];
+extern const char kDeviceLocation[];
extern const char kSyncSpareBootstrapToken[];
#endif

Powered by Google App Engine
This is Rietveld 408576698