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

Unified Diff: base/message_loop.h

Issue 8660001: Remove obsolete usage of TOUCH_UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Report Aura as a different config. Created 9 years, 1 month 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 | « base/linux_util.cc ('k') | base/message_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop.h
diff --git a/base/message_loop.h b/base/message_loop.h
index 95fae1be50116253f5b4b6a1dd2ee112b223644b..ffa5aaed1b6789168c7903f62a3f25f161a09561 100644
--- a/base/message_loop.h
+++ b/base/message_loop.h
@@ -33,7 +33,7 @@
#if defined(USE_WAYLAND)
#include "base/message_pump_wayland.h"
-#elif defined(TOUCH_UI) || defined(USE_AURA)
+#elif defined(USE_AURA)
#include "base/message_pump_x.h"
#else
#include "base/message_pump_gtk.h"
« no previous file with comments | « base/linux_util.cc ('k') | base/message_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698