Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: trunk/src/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc

Issue 24114002: Revert 222470 "Use an X event loop in the GPU process on Linux." This is to (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/base/message_loop/message_pump_x11.cc ('k') | trunk/src/content/gpu/gpu_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
===================================================================
--- trunk/src/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc (revision 222588)
+++ trunk/src/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc (working copy)
@@ -286,9 +286,6 @@
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:
« no previous file with comments | « trunk/src/base/message_loop/message_pump_x11.cc ('k') | trunk/src/content/gpu/gpu_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698