| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index ac2fe319dcbdcca3e7e20026ce4e98676655073e..f081bc8b5c1ca3291d51f3c63010b06eb60a56db 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -2103,8 +2103,10 @@ void TabContents::DidStartProvisionalLoadForFrame(
|
| NotificationType::FRAME_PROVISIONAL_LOAD_START,
|
| Source<NavigationController>(&controller_),
|
| Details<ProvisionalLoadDetails>(&details));
|
| - if (is_main_frame)
|
| + if (is_main_frame) {
|
| content_settings_delegate_->ClearCookieSpecificContentSettings();
|
| + content_settings_delegate_->ClearGeolocationContentSettings();
|
| + }
|
| }
|
|
|
| void TabContents::DidStartReceivingResourceResponse(
|
|
|