| 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));
|
| }
|
|
|
|
|