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

Unified Diff: ui/aura/gestures/gesture_recognizer_unittest.cc

Issue 290733013: Use multi-value switch to enable/disable the unified gesture detector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | ui/events/event_switches.h » ('j') | ui/events/gestures/gesture_recognizer_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/gestures/gesture_recognizer_unittest.cc
diff --git a/ui/aura/gestures/gesture_recognizer_unittest.cc b/ui/aura/gestures/gesture_recognizer_unittest.cc
index 39be275e273145507341f5b5ddf3dd3d2fa407b0..f92c4a00ed07bbb06befb09722c5987a46d0dd74 100644
--- a/ui/aura/gestures/gesture_recognizer_unittest.cc
+++ b/ui/aura/gestures/gesture_recognizer_unittest.cc
@@ -683,7 +683,7 @@ class GestureRecognizerTest : public AuraTestBase,
// TODO(tdresser): Once unified GR has landed, only run these tests once.
if (UsingUnifiedGR()) {
CommandLine::ForCurrentProcess()->AppendSwitch(
- switches::kUseUnifiedGestureDetector);
+ switches::kUnifiedGestureDetector);
sadrul 2014/05/22 18:45:25 Should you use AppendSwitchASCII(Detector, UsingUn
tdresser 2014/05/22 19:13:04 Done.
}
AuraTestBase::SetUp();
« no previous file with comments | « no previous file | ui/events/event_switches.h » ('j') | ui/events/gestures/gesture_recognizer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698