| 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 d0bc463b635241edd3e5a31b53282bc411feb23d..89632d9afd2797a2c40661fed1a0065faed9b932 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| @@ -286,9 +286,6 @@ 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:
|
|
|