| 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..3ba5bb8df1bc50ae53b611390fa485db8f49d0de 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_SEQUENCE(sequence_checker_);
|
| }
|
|
|
| ProtocolHandlerRegistry::JobInterceptorFactory::~JobInterceptorFactory() {
|
|
|