| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index f55347f6b56d2cadbddf95cdc90cf724dbb63692..281143f5daef701ad40c78150d96aa56383b7c1f 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -360,11 +360,6 @@ void TestingProfile::CreateBookmarkModel(bool delete_file) {
|
| }
|
| }
|
|
|
| -void TestingProfile::CreateProtocolHandlerRegistry() {
|
| - protocol_handler_registry_ = new ProtocolHandlerRegistry(this,
|
| - new ProtocolHandlerRegistry::Delegate());
|
| -}
|
| -
|
| static scoped_refptr<RefcountedProfileKeyedService> BuildWebDataService(
|
| Profile* profile) {
|
| WebDataService* web_data_service = new WebDataService();
|
| @@ -675,7 +670,7 @@ base::Time TestingProfile::GetStartTime() const {
|
| }
|
|
|
| ProtocolHandlerRegistry* TestingProfile::GetProtocolHandlerRegistry() {
|
| - return protocol_handler_registry_.get();
|
| + return NULL;
|
| }
|
|
|
| FilePath TestingProfile::last_selected_directory() {
|
|
|