Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index db09c6dde12bd0a65936555381e5d673e750daa7..a2a13d663aa5dc77a78b7dccb86e27b79f7f9bd3 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -799,6 +799,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_ |