| 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 a26a39961ee78a9e7d21833d696c706dcabce6cf..ea01b78c31252a47323e043bfc7c7c3671354ac4 100644
|
| --- a/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| +++ b/chrome/browser/ui/prefs/prefs_tab_helper.cc
|
| @@ -482,6 +482,7 @@ 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);
|
| + pref_store->RegisterOverlayPref(prefs::kSaveFileDefaultDirectory);
|
| #if defined(OS_ANDROID) || defined(OS_IOS)
|
| pref_store->RegisterOverlayPref(prefs::kProxy);
|
| #endif // defined(OS_ANDROID) || defined(OS_IOS)
|
|
|