| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 640aac6f3212f9df739d0bf225f8b38cd033b31a..b7cce7100d38df89fe1fe1da7d1310f918163559 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -706,6 +706,7 @@ Profile* ProfileImpl::GetOffTheRecordProfile() {
|
|
|
| void ProfileImpl::DestroyOffTheRecordProfile() {
|
| off_the_record_profile_.reset();
|
| + extension_pref_value_map_->ClearAllIncognitoSessionOnlyPreferences();
|
| }
|
|
|
| bool ProfileImpl::HasOffTheRecordProfile() {
|
|
|