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

Unified Diff: chrome/browser/ui/browser_ui_prefs.cc

Issue 2727813002: Options/MD Settings: use new prefs to drive import data dialog (Closed)
Patch Set: 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/browser/ui/browser_ui_prefs.cc
diff --git a/chrome/browser/ui/browser_ui_prefs.cc b/chrome/browser/ui/browser_ui_prefs.cc
index c01a8466a080e60264af93080a12b5dadba77b2f..9a82a5632d0175f970b2301d14819d016e0db7a6 100644
--- a/chrome/browser/ui/browser_ui_prefs.cc
+++ b/chrome/browser/ui/browser_ui_prefs.cc
@@ -71,6 +71,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistrySyncable* registry) {
registry->RegisterDictionaryPref(prefs::kBrowserWindowPlacement);
registry->RegisterDictionaryPref(prefs::kBrowserWindowPlacementPopup);
registry->RegisterDictionaryPref(prefs::kAppWindowPlacement);
+ // TODO(gab): flip the kImport* defaults to false here.
gab 2017/03/02 01:47:32 Let's not bother, will merely create a conflict wi
Dan Beam 2017/03/02 02:00:58 Done.
registry->RegisterBooleanPref(prefs::kImportAutofillFormData, true);
registry->RegisterBooleanPref(prefs::kImportBookmarks, true);
registry->RegisterBooleanPref(prefs::kImportHistory, true);

Powered by Google App Engine
This is Rietveld 408576698