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

Unified Diff: chrome/installer/util/master_preferences_constants.h

Issue 2714853002: Remove kDistroDict from Preferences. (Closed)
Patch Set: kRlzPingDelay -> kRlzPingDelaySeconds 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
« no previous file with comments | « chrome/installer/util/master_preferences.cc ('k') | chrome/installer/util/master_preferences_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/master_preferences_constants.h
diff --git a/chrome/installer/util/master_preferences_constants.h b/chrome/installer/util/master_preferences_constants.h
index 92bbe4b5f0a898d3ce2a02ddeae4b637fb0396cf..c37b732113b4e6a91936678dec921c45ee65be33 100644
--- a/chrome/installer/util/master_preferences_constants.h
+++ b/chrome/installer/util/master_preferences_constants.h
@@ -15,12 +15,6 @@ namespace master_preferences {
// is specified in master preference as well as command line, the command line
// value takes precedence.
-// Boolean. This is a legacy preference and should no longer be used; it is
-// kept around so that old master_preferences which specify
-// "create_all_shortcuts":false still enforce the new
-// "do_not_create_(desktop|quick_launch)_shortcut" preferences. Setting this to
-// true no longer has any impact.
-extern const char kCreateAllShortcuts[];
// Boolean pref that disables all logging.
extern const char kDisableLogging[];
// Name of the dictionary that holds the distribution values.
@@ -36,8 +30,6 @@ extern const char kDistroImportHistoryPref[];
extern const char kDistroImportHomePagePref[];
// Boolean pref that triggers silent import of the default search engine.
extern const char kDistroImportSearchPref[];
-// Integer. RLZ ping delay in seconds.
-extern const char kDistroPingDelay[];
// String of Chrome version for which the "set as default browser" infobar will
// never be shown.
extern const char kDistroSuppressDefaultBrowserPromptPref[];
« no previous file with comments | « chrome/installer/util/master_preferences.cc ('k') | chrome/installer/util/master_preferences_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698