Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index f8d8c70c94741ec8ed9fbb0a44bc23f9e26bf367..35bb229f7c1a0fb691e8bf156ff9e2c733a5f0ee 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2158,4 +2158,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 |