| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 400c5503f7455f4675c4fcca15fd099aef769362..b520ff9aef1c2873415705601991552b4fd75dac 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -104,7 +104,6 @@ class ProfileImpl : public Profile,
|
| virtual base::Time GetStartTime() const OVERRIDE;
|
| virtual void MarkAsCleanShutdown() OVERRIDE;
|
| virtual void InitPromoResources() OVERRIDE;
|
| - virtual void InitRegisteredProtocolHandlers() OVERRIDE;
|
| virtual FilePath last_selected_directory() OVERRIDE;
|
| virtual void set_last_selected_directory(const FilePath& path) OVERRIDE;
|
| virtual chrome_browser_net::Predictor* GetNetworkPredictor() OVERRIDE;
|
| @@ -148,9 +147,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);
|
|
|
| @@ -212,9 +208,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_;
|
|
|