| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index b8ae51daf307e6bbfff567fd01ddaeeaa48f41d7..ccbb5679fd61c35b24216004c14bbe031007faae 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -149,9 +149,6 @@ class ProfileImpl : public Profile,
|
|
|
| void InitHostZoomMap();
|
|
|
| - // The installation of any pre-defined protocol handlers.
|
| - void InstallDefaultProtocolHandlers();
|
| -
|
| // Does final prefs initialization and calls Init().
|
| void OnPrefsLoaded(bool success);
|
|
|
| @@ -214,9 +211,6 @@ class ProfileImpl : public Profile,
|
| #if defined(ENABLE_PROMO_RESOURCE_SERVICE)
|
| scoped_refptr<PromoResourceService> promo_resource_service_;
|
| #endif
|
| -
|
| - scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
|
| -
|
| scoped_ptr<SSLConfigServiceManager> ssl_config_service_manager_;
|
|
|
| scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
|
|
|