| 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 bf099f7c2c61ce603d374f740212a3504ebe0b9d..aca514a9264e9984ad51097712fd6ac225bec712 100644
|
| --- a/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| +++ b/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| @@ -384,6 +384,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)
|
| + pref_store->RegisterOverlayPref(prefs::kProxy);
|
| +#endif
|
| }
|
|
|
| // static
|
|
|