| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 706072b3093e35dce0fbe156c3017b28182e851e..7a963fbc246d14bf15db4628b8e65743c8e9598e 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -96,10 +96,6 @@ class TestingProfile : public Profile {
|
| // BlockUntilBookmarkModelLoaded.
|
| void CreateBookmarkModel(bool delete_file);
|
|
|
| - // Creates a ProtocolHandlerRegistry. If not invoked the protocol handler
|
| - // registry is NULL.
|
| - void CreateProtocolHandlerRegistry();
|
| -
|
| // Creates a WebDataService. If not invoked, the web data service is NULL.
|
| void CreateWebDataService();
|
|
|
| @@ -201,7 +197,6 @@ class TestingProfile : public Profile {
|
| virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() 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;
|
| @@ -256,10 +251,6 @@ class TestingProfile : public Profile {
|
| // The favicon service. Only created if CreateFaviconService is invoked.
|
| scoped_ptr<FaviconService> favicon_service_;
|
|
|
| - // The ProtocolHandlerRegistry. Only created if CreateProtocolHandlerRegistry
|
| - // is invoked.
|
| - scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
|
| -
|
| // The policy service. Lazily created as a stub.
|
| scoped_ptr<policy::PolicyService> policy_service_;
|
|
|
|
|