summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile_io_data.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profiles/profile_io_data.cc')
-rw-r--r--chrome/browser/profiles/profile_io_data.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index 504931c..69ab61e2 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -160,7 +160,7 @@ class ProtocolHandlerRegistryInterceptor
}
virtual bool WillHandleProtocol(const std::string& protocol) const {
- return protocol_handler_registry_->IsHandledProtocolIO(protocol);
+ return protocol_handler_registry_->IsHandledProtocol(protocol);
}
virtual net::URLRequestJob* MaybeInterceptRedirect(