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

Unified Diff: third_party/WebKit/Source/core/dom/UserGestureIndicator.cpp

Issue 2874313002: Fix is_browser_shortcut; add a test.
Patch Set: SendKeyPressSync Created 3 years, 6 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/core/dom/UserGestureIndicator.cpp
diff --git a/third_party/WebKit/Source/core/dom/UserGestureIndicator.cpp b/third_party/WebKit/Source/core/dom/UserGestureIndicator.cpp
index f21e98dfbf3eee720aa4c28b8427e7d4cfcaeaba..a5c805abdb293cb1123cb7f82aac916b592c45f8 100644
--- a/third_party/WebKit/Source/core/dom/UserGestureIndicator.cpp
+++ b/third_party/WebKit/Source/core/dom/UserGestureIndicator.cpp
@@ -34,6 +34,7 @@ const double kUserGestureOutOfProcessTimeout = 10.0;
PassRefPtr<UserGestureToken> UserGestureToken::Create(Document* document,
Status status) {
SetHasReceivedUserGesture(document);
+ LOG(ERROR) << "new token";
return AdoptRef(new UserGestureToken(status));
}

Powered by Google App Engine
This is Rietveld 408576698