Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index ebdabfaf2463ac53f36bc9afef4a2ad79e96c664..39c896322307f4c4299b517efd813727e9e20000 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2162,4 +2162,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 |