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

Unified Diff: chrome/common/pref_names.cc

Issue 2714853002: Remove kDistroDict from Preferences. (Closed)
Patch Set: Format and hide constant behind flag too Created 3 years, 10 months 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.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 666c385b20b76e6550197b2f6ae6a7009b3c1f02..489f0f260d44d2e96f464ec93e3efa0197c5372c 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -189,6 +189,11 @@ const char kSupervisedUserSharedSettings[] = "profile.managed.shared_settings";
// (currently the name).
const char kSupervisedUserWhitelists[] = "profile.managed.whitelists";
+#if BUILDFLAG(ENABLE_RLZ)
+// Integer. RLZ ping delay in seconds.
grt (UTC plus 2) 2017/02/24 07:42:21 i think it's actually milliseconds -- see chrome_b
Roger Tawa OOO till Jul 10th 2017/02/24 16:02:18 As mentioned already earlier, let's keep the secon
gab 2017/02/28 19:54:45 Acknowledged.
+const char kRlzPingDelay[] = "rlz_ping_delay";
+#endif // BUILDFLAG(ENABLE_RLZ)
+
// The application locale.
// For OS_CHROMEOS we maintain the kApplicationLocale property in both local
// state and the user's profile. The global property determines the locale of

Powered by Google App Engine
This is Rietveld 408576698