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

Unified Diff: ui/base/touch/touch_enabled.h

Issue 2467913002: Touch event flag should control only DOM event firing. (Closed)
Patch Set: Change the string in "about://flags" Created 4 years, 1 month 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: ui/base/touch/touch_enabled.h
diff --git a/ui/base/touch/touch_enabled.h b/ui/base/touch/touch_enabled.h
index 3d91c3a2ff05a864cff4d91f761f4488198eb556..9bfab19f7ce0149194799244e746031336859bcb 100644
--- a/ui/base/touch/touch_enabled.h
+++ b/ui/base/touch/touch_enabled.h
@@ -11,7 +11,7 @@ namespace ui {
// Returns true if the touch-enabled flag is enabled, or if it is set to auto
// and a touch device is present.
-UI_BASE_EXPORT bool AreTouchEventsEnabled();
+UI_BASE_EXPORT bool IsTouchAPIEnabled();
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698