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

Unified Diff: third_party/WebKit/Source/platform/UserGestureIndicatorTest.cpp

Issue 2467993002: Document user gesture state should be able to propagate over postMessage (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/platform/UserGestureIndicator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/UserGestureIndicatorTest.cpp
diff --git a/third_party/WebKit/Source/platform/UserGestureIndicatorTest.cpp b/third_party/WebKit/Source/platform/UserGestureIndicatorTest.cpp
index 3af554b901c1dd64ad292cbaa51d018ee41cd313..b89f35c2ea315e9230e29383f9707c6908378d54 100644
--- a/third_party/WebKit/Source/platform/UserGestureIndicatorTest.cpp
+++ b/third_party/WebKit/Source/platform/UserGestureIndicatorTest.cpp
@@ -17,8 +17,6 @@ class TestUserGestureToken final : public UserGestureToken {
return adoptRef(new TestUserGestureToken(status));
}
- ~TestUserGestureToken() final {}
-
private:
TestUserGestureToken(Status status) : UserGestureToken(status) {}
};
« no previous file with comments | « third_party/WebKit/Source/platform/UserGestureIndicator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698