| 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 58791d17ae5d1f498546720fe69eda4a9a720496..75b24ac317822880df086302d883e1233167406b 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| @@ -286,6 +286,9 @@ class TestMessageLoop : public base::MessageLoop {
|
| virtual ~TestMessageLoop() {}
|
| virtual bool IsType(base::MessageLoop::Type type) const OVERRIDE {
|
| switch (type) {
|
| +#if defined(TOOLKIT_GTK)
|
| + case base::MessageLoop::TYPE_GPU:
|
| +#endif
|
| case base::MessageLoop::TYPE_UI:
|
| return BrowserThread::CurrentlyOn(BrowserThread::UI);
|
| case base::MessageLoop::TYPE_IO:
|
|
|