| 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 8bde36a1273b6ddea473bb0d1880454ac006c199..e081dcc910adfcd2a82812ad16787dde14a01890 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| @@ -169,7 +169,7 @@ ProtocolHandlerRegistry::JobInterceptorFactory::JobInterceptorFactory(
|
| IOThreadDelegate* io_thread_delegate)
|
| : io_thread_delegate_(io_thread_delegate) {
|
| DCHECK(io_thread_delegate_.get());
|
| - DetachFromThread();
|
| + DETACH_FROM_THREAD(thread_checker_);
|
| }
|
|
|
| ProtocolHandlerRegistry::JobInterceptorFactory::~JobInterceptorFactory() {
|
|
|