| 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 bd28c67b014602c7aa80edb9b97b914bbc4a2632..50fa8e1eb4a33cb0e46170051ef26e14e7b4dc08 100644
 | 
| --- a/chrome/browser/content_settings/tab_specific_content_settings.cc
 | 
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.cc
 | 
| @@ -74,6 +74,9 @@ 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()),
 | 
| +      pending_protocol_handler_setting_(CONTENT_SETTING_DEFAULT),
 | 
|        load_plugins_link_enabled_(true) {
 | 
|    ClearBlockedContentSettingsExceptForCookies();
 | 
|    ClearCookieSpecificContentSettings();
 | 
| 
 |