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

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

Issue 2705113005: Update AutoImport to import nothing by default (in absence of policy and master_prefs). (Closed)
Patch Set: update comment in chrome_browser_main.cc Created 3 years, 9 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.cc
diff --git a/chrome/installer/util/master_preferences_constants.cc b/chrome/installer/util/master_preferences_constants.cc
index 2a1aeed2917d0f40397762c4ec5f17721a3a9644..81aeae0eb2eda8ae642c637e6117c53f9378e679 100644
--- a/chrome/installer/util/master_preferences_constants.cc
+++ b/chrome/installer/util/master_preferences_constants.cc
@@ -8,12 +8,8 @@ namespace installer {
namespace master_preferences {
const char kDisableLogging[] = "disable_logging";
const char kDistroDict[] = "distribution";
- const char kDistroImportBookmarksPref[] = "import_bookmarks";
const char kDistroImportBookmarksFromFilePref[] =
"import_bookmarks_from_file";
- const char kDistroImportHistoryPref[] = "import_history";
- const char kDistroImportHomePagePref[] = "import_home_page";
- const char kDistroImportSearchPref[] = "import_search_engine";
const char kDistroSuppressDefaultBrowserPromptPref[] =
"suppress_default_browser_prompt_for_version";
const char kDistroSuppressFirstRunBubble[] = "suppress_first_run_bubble";
« no previous file with comments | « chrome/installer/util/master_preferences_constants.h ('k') | chrome/installer/util/master_preferences_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698