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