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

Unified Diff: ui/views/touchui/touch_selection_controller.cc

Issue 9447082: Removed the last TOUCH_UI flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/touchui/touch_selection_controller.cc
diff --git a/ui/views/touchui/touch_selection_controller.cc b/ui/views/touchui/touch_selection_controller.cc
index 317e2230d75249061ae2d24436730b42ef47eab6..639a9dd182485bb6c97b559975e09f88bc522d12 100644
--- a/ui/views/touchui/touch_selection_controller.cc
+++ b/ui/views/touchui/touch_selection_controller.cc
@@ -6,11 +6,9 @@
namespace views {
-#if !defined(TOUCH_UI)
TouchSelectionController* TouchSelectionController::create(
TouchSelectionClientView* client_view) {
return NULL;
}
-#endif
} // namespace views
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698