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

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

Issue 2705113005: Update AutoImport to import nothing by default (in absence of policy and master_prefs). (Closed)
Patch Set: review:grt#7 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/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..cdccae3641b9e6b0b9e6c9a9cafc900dc4e20d42 100644
--- a/chrome/installer/util/master_preferences_constants.h
+++ b/chrome/installer/util/master_preferences_constants.h
@@ -15,27 +15,13 @@ 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.
extern const char kDistroDict[];
-// Boolean pref that triggers silent import of the default browser bookmarks.
-extern const char kDistroImportBookmarksPref[];
// String pref that triggers silent import of bookmarks from the html file at
// given path.
extern const char kDistroImportBookmarksFromFilePref[];
-// Boolean pref that triggers silent import of the default browser history.
-extern const char kDistroImportHistoryPref[];
-// Boolean pref that triggers silent import of the default browser homepage.
-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

Powered by Google App Engine
This is Rietveld 408576698