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

Unified Diff: content/browser/renderer_host/input/touch_input_browsertest.cc

Issue 2547373002: Rename TouchEventAPI to TouchEventFeatureDetection (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into rename Created 4 years 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
Index: content/browser/renderer_host/input/touch_input_browsertest.cc
diff --git a/content/browser/renderer_host/input/touch_input_browsertest.cc b/content/browser/renderer_host/input/touch_input_browsertest.cc
index 05a0505f17a894507916fc2b723baea78239dca3..0088a4ff5a176f2662163b63f4ff6bed36bc4c4a 100644
--- a/content/browser/renderer_host/input/touch_input_browsertest.cc
+++ b/content/browser/renderer_host/input/touch_input_browsertest.cc
@@ -24,7 +24,6 @@
#include "content/public/test/content_browser_test_utils.h"
#include "content/shell/browser/shell.h"
#include "third_party/WebKit/public/platform/WebInputEvent.h"
-#include "ui/events/event_switches.h"
#include "ui/events/latency_info.h"
using blink::WebInputEvent;
@@ -117,8 +116,8 @@ class TouchInputBrowserTest : public ContentBrowserTest {
}
void SetUpCommandLine(base::CommandLine* cmd) override {
- cmd->AppendSwitchASCII(switches::kTouchEvents,
- switches::kTouchEventsEnabled);
+ cmd->AppendSwitchASCII(switches::kTouchEventFeatureDetection,
+ switches::kTouchEventFeatureDetectionEnabled);
}
};

Powered by Google App Engine
This is Rietveld 408576698