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

Unified Diff: chrome/common/pref_names.h

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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 95181d917b9cf0c279898596d794631fcbc8518b..8b4013db8f818d5331584dd17cb1661b29f10e56 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -14,6 +14,7 @@
#include "extensions/features/features.h"
#include "media/media_features.h"
#include "ppapi/features/features.h"
+#include "rlz/features/features.h"
namespace prefs {
@@ -62,6 +63,11 @@ extern const char kSupervisedUserSharedSettings[];
extern const char kSupervisedUserWhitelists[];
extern const char kURLsToRestoreOnStartup[];
+#if BUILDFLAG(ENABLE_RLZ)
+// Integer. RLZ ping delay in seconds.
grt (UTC plus 2) 2017/02/24 07:42:21 nit: remove comment for consistency with surroundi
gab 2017/02/28 19:54:45 Done.
+extern const char kRlzPingDelay[];
+#endif // BUILDFLAG(ENABLE_RLZ)
+
// For OS_CHROMEOS we maintain the kApplicationLocale property in both local
// state and the user's profile. The global property determines the locale of
// the login screen, while the user's profile determines their personal locale

Powered by Google App Engine
This is Rietveld 408576698