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

Unified Diff: public/web/WebUserGestureIndicator.h

Issue 174893002: Remove handlers for user gesture callbacks (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
« no previous file with comments | « Source/web/tests/WebUserGestureTokenTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebUserGestureIndicator.h
diff --git a/public/web/WebUserGestureIndicator.h b/public/web/WebUserGestureIndicator.h
index 6696086cd13209a1a508db9386fb237fbc29e570..b7c7f3cfcf1da8abd31c6af2cd8fef7b65e31ea4 100644
--- a/public/web/WebUserGestureIndicator.h
+++ b/public/web/WebUserGestureIndicator.h
@@ -37,12 +37,6 @@ namespace blink {
class WebUserGestureToken;
-class WebUserGestureHandler {
-public:
- virtual ~WebUserGestureHandler() { }
- virtual void onGesture() = 0;
-};
-
class WebUserGestureIndicator {
public:
// Returns true if a user gesture is currently being processed.
@@ -55,8 +49,6 @@ public:
// continue processing the user gesture later on using a
// WebScopedUserGesture.
BLINK_EXPORT static WebUserGestureToken currentUserGestureToken();
-
- BLINK_EXPORT static void setHandler(WebUserGestureHandler*);
};
}
« no previous file with comments | « Source/web/tests/WebUserGestureTokenTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698