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

Unified Diff: content/browser/web_contents/web_contents_view_aura_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/web_contents/web_contents_view_aura_browsertest.cc
diff --git a/content/browser/web_contents/web_contents_view_aura_browsertest.cc b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
index a43664d27a1b199633034f3975bc3715117c96b2..60f7f2d3a1f8e48953ef590b4218d1f77819ea2e 100644
--- a/content/browser/web_contents/web_contents_view_aura_browsertest.cc
+++ b/content/browser/web_contents/web_contents_view_aura_browsertest.cc
@@ -44,7 +44,6 @@
#include "ui/aura/window_tree_host.h"
#include "ui/compositor/scoped_animation_duration_scale_mode.h"
#include "ui/events/event_processor.h"
-#include "ui/events/event_switches.h"
#include "ui/events/event_utils.h"
#include "ui/events/test/event_generator.h"
@@ -277,8 +276,8 @@ class WebContentsViewAuraTest : public ContentBrowserTest {
}
void SetUpCommandLine(base::CommandLine* cmd) override {
- cmd->AppendSwitchASCII(switches::kTouchEvents,
- switches::kTouchEventsEnabled);
+ cmd->AppendSwitchASCII(switches::kTouchEventFeatureDetection,
+ switches::kTouchEventFeatureDetectionEnabled);
}
void TestOverscrollNavigation(bool touch_handler) {
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/public/common/common_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698