| Index: chrome/browser/content_settings/tab_specific_content_settings.cc
|
| ===================================================================
|
| --- chrome/browser/content_settings/tab_specific_content_settings.cc (revision 147078)
|
| +++ chrome/browser/content_settings/tab_specific_content_settings.cc (working copy)
|
| @@ -74,9 +74,6 @@
|
| 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();
|
|
|