Index: chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc |
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc |
index 468d63458b17ff7a3adf5c1bc95c82a011e46074..3dc44191ef8d16b0ed7351f9fb216de4f0347912 100644 |
--- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc |
+++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc |
@@ -296,6 +296,7 @@ class TestMessageLoop : public base::MessageLoop { |
#if defined(OS_ANDROID) |
case base::MessageLoop::TYPE_JAVA: // fall-through |
#endif // defined(OS_ANDROID) |
+ case base::MessageLoop::TYPE_CUSTOM: |
case base::MessageLoop::TYPE_DEFAULT: |
return !BrowserThread::CurrentlyOn(BrowserThread::UI) && |
!BrowserThread::CurrentlyOn(BrowserThread::IO); |