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

Unified Diff: chrome/common/pref_names.h

Issue 9284025: Add policies for specific parts of device status reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mark policies as ChromeOS- and device-only. Created 8 years, 11 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 5e2a545d48bf113449177fa8a43f4125a1fc05bc..fd469d6c65c72a3319bbe7d5a505a0e9a66a9109 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -614,6 +614,8 @@ extern const char kSignedSettingsCache[];
extern const char kHardwareKeyboardLayout[];
extern const char kCarrierDealPromoShown[];
extern const char kShouldAutoEnroll[];
+extern const char kReportDeviceVersionInfo[];
+extern const char kReportDeviceActivityTimes[];
Joao da Silva 2012/01/24 16:21:20 These preferences aren't registered anywhere. If t
Patrick Dubroy 2012/01/24 17:03:42 Yeah, I will submit a separate CL that registers &
#endif
extern const char kClearPluginLSODataEnabled[];

Powered by Google App Engine
This is Rietveld 408576698