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

Unified Diff: chrome/browser/ui/prefs/prefs_tab_helper.cc

Issue 944433002: Revamp the MigrateBrowserPrefs and MigrateUserPrefs code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gab comments Created 5 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/prefs/prefs_tab_helper.cc
diff --git a/chrome/browser/ui/prefs/prefs_tab_helper.cc b/chrome/browser/ui/prefs/prefs_tab_helper.cc
index b1c23df4a8bd482a36eb1ed74f70b1e4c567ab19..a4100ab0547134ae2a9889f053b181d2b0f47591 100644
--- a/chrome/browser/ui/prefs/prefs_tab_helper.cc
+++ b/chrome/browser/ui/prefs/prefs_tab_helper.cc
@@ -507,7 +507,6 @@ void PrefsTabHelper::InitIncognitoUserPrefStore(
// List of keys that cannot be changed in the user prefs file by the incognito
// profile. All preferences that store information about the browsing history
// or behavior of the user should have this property.
- pref_store->RegisterOverlayPref(prefs::kBrowserWindowPlacement);
pref_store->RegisterOverlayPref(prefs::kSaveFileDefaultDirectory);
#if defined(OS_ANDROID) || defined(OS_IOS)
pref_store->RegisterOverlayPref(prefs::kProxy);

Powered by Google App Engine
This is Rietveld 408576698