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

Unified Diff: chrome/common/pref_names.cc

Issue 11412067: [rlz,cros] RLZ glue for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Header guard Created 8 years, 1 month 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.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index cdc5d44f3574347a679224c4519009d2685b4bc1..1f31fc9cd7b08ddc7fffdbf1b7b2ca14dddb843c 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2131,4 +2131,12 @@ const char kNetworkProfileLastWarningTime[] =
// by UMA_HISTOGRAM_ENUMERATION.
const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update";
+#if defined(OS_CHROMEOS)
+// Indicates whether the RLZ tracking has been enabled by user.
+const char kRLZEnabled[] = "rlz.enabled";
+
+// The RLZ brand code, if enabled.
+const char kRLZBrand[] = "rlz.brand";
+#endif
+
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698