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

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

Issue 12858013: Expose proxy profile configs to OS_IOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2e3c8ab1239342f9acbc7b5c4268ab51fe1c740a..ef5ad40fafb10868c49179a27ad3aa5b53086d1b 100644
--- a/chrome/browser/ui/prefs/prefs_tab_helper.cc
+++ b/chrome/browser/ui/prefs/prefs_tab_helper.cc
@@ -444,9 +444,9 @@ void PrefsTabHelper::InitIncognitoUserPrefStore(
// profile. All preferences that store information about the browsing history
// or behavior of the user should have this property.
pref_store->RegisterOverlayPref(prefs::kBrowserWindowPlacement);
-#if defined(OS_ANDROID)
+#if defined(OS_ANDROID) || defined(OS_IOS)
pref_store->RegisterOverlayPref(prefs::kProxy);
-#endif
+#endif // defined(OS_ANDROID) || defined(OS_IOS)
}
// static
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698