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

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: Always save RLZ enabled flag. 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 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_

Powered by Google App Engine
This is Rietveld 408576698