Index: chrome/browser/custom_handlers/protocol_handler_registry.cc |
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.cc b/chrome/browser/custom_handlers/protocol_handler_registry.cc |
index b20805359d91dda1f739392af888a0ebe7234c75..518be118a64368a2450724a45b93c3bbbab0164a 100644 |
--- a/chrome/browser/custom_handlers/protocol_handler_registry.cc |
+++ b/chrome/browser/custom_handlers/protocol_handler_registry.cc |
@@ -242,6 +242,10 @@ void ProtocolHandlerRegistry::DefaultClientObserver::SetWorker( |
worker_ = worker; |
} |
+bool ProtocolHandlerRegistry::DefaultClientObserver::IsOwnedByWorker() { |
+ return true; |
+} |
+ |
// Delegate -------------------------------------------------------------------- |
ProtocolHandlerRegistry::Delegate::~Delegate() {} |