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

Unified Diff: content/public/common/web_preferences.h

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
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/public/common/web_preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/web_preferences.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index 1b5944a512fcd03a3d314b6a38f36f3699ec70bf..9eb88b205487572d8afbe1a997ddc35c4ea911d8 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -158,7 +158,7 @@ struct CONTENT_EXPORT WebPreferences {
bool should_clear_document_background;
bool enable_scroll_animator;
bool css_variables_enabled;
- bool touch_event_api_enabled;
+ bool touch_event_feature_detection_enabled;
// TODO(mustaq): Nuke when the new API is ready
bool device_supports_touch;
// TODO(mustaq): Nuke when the new API is ready
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/public/common/web_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698