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

Unified Diff: chrome/common/pref_names.h

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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index dfba0e5b69f0b4bb80eed4e5c900972883d38572..bad78ea020e19acf7ce8d5488616e378dae9bda7 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -787,6 +787,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_

Powered by Google App Engine
This is Rietveld 408576698