Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index 6a799a90b33e5eb504a5d77da1291f80af2300e8..ef46e097151c1892f6668ef51c75bb8aa1456928 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -797,6 +797,11 @@ extern const char kNetworkProfileLastWarningTime[]; |
extern const char kLastPolicyStatisticsUpdate[]; |
+#if defined(OS_CHROMEOS) |
+extern const char kRLZBrand[]; |
+extern const char kRLZEnabled[]; |
+#endif |
+ |
} // namespace prefs |
#endif // CHROME_COMMON_PREF_NAMES_H_ |