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

Unified Diff: content/browser/renderer_host/input/touch_action_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_action_browsertest.cc
diff --git a/content/browser/renderer_host/input/touch_action_browsertest.cc b/content/browser/renderer_host/input/touch_action_browsertest.cc
index d17be7a27c18ba9f46f72891a209affba33af7ba..847fb4c07c7895cbf24f88f2116e0cc7dddef6a9 100644
--- a/content/browser/renderer_host/input/touch_action_browsertest.cc
+++ b/content/browser/renderer_host/input/touch_action_browsertest.cc
@@ -31,7 +31,6 @@
#include "content/public/test/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;
@@ -110,8 +109,8 @@ class TouchActionBrowserTest : public ContentBrowserTest {
// ContentBrowserTest:
void SetUpCommandLine(base::CommandLine* cmd) override {
- cmd->AppendSwitchASCII(switches::kTouchEvents,
- switches::kTouchEventsEnabled);
+ cmd->AppendSwitchASCII(switches::kTouchEventFeatureDetection,
+ switches::kTouchEventFeatureDetectionEnabled);
// TODO(rbyers): Remove this switch once touch-action ships.
// http://crbug.com/241964
cmd->AppendSwitch(switches::kEnableExperimentalWebPlatformFeatures);

Powered by Google App Engine
This is Rietveld 408576698