| Index: chrome/browser/content_settings/tab_specific_content_settings.cc
|
| diff --git a/chrome/browser/content_settings/tab_specific_content_settings.cc b/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| index 65731d3c1cf9902dfdf569990f5fb3ed8192a4e5..967cd3c3195b4e63c71990a0ac177859fa0786a3 100644
|
| --- a/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.cc
|
| @@ -74,6 +74,8 @@ TabSpecificContentSettings::TabSpecificContentSettings(WebContents* tab)
|
| allowed_local_shared_objects_(profile_),
|
| blocked_local_shared_objects_(profile_),
|
| geolocation_settings_state_(profile_),
|
| + pending_protocol_handler_(ProtocolHandler::EmptyProtocolHandler()),
|
| + previous_protocol_handler_(ProtocolHandler::EmptyProtocolHandler()),
|
| load_plugins_link_enabled_(true) {
|
| ClearBlockedContentSettingsExceptForCookies();
|
| ClearCookieSpecificContentSettings();
|
|
|