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

Unified Diff: third_party/WebKit/Source/web/WebUserGestureIndicator.cpp

Issue 2352753002: Collect more UMA data about dialogs and site engagement. (Closed)
Patch Set: Created 4 years, 3 months 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: third_party/WebKit/Source/web/WebUserGestureIndicator.cpp
diff --git a/third_party/WebKit/Source/web/WebUserGestureIndicator.cpp b/third_party/WebKit/Source/web/WebUserGestureIndicator.cpp
index c34248486fa3b040aa5dd5f508ccbf5df9d64f4d..c083f8fab5a068249787e4084711b6389b181a6f 100644
--- a/third_party/WebKit/Source/web/WebUserGestureIndicator.cpp
+++ b/third_party/WebKit/Source/web/WebUserGestureIndicator.cpp
@@ -45,6 +45,11 @@ bool WebUserGestureIndicator::consumeUserGesture()
return UserGestureIndicator::consumeUserGesture();
}
+bool WebUserGestureIndicator::processedUserGestureSinceLoad()
+{
+ return UserGestureIndicator::processedUserGestureSinceLoad();
+}
+
WebUserGestureToken WebUserGestureIndicator::currentUserGestureToken()
{
return WebUserGestureToken(UserGestureIndicator::currentToken());

Powered by Google App Engine
This is Rietveld 408576698