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

Unified Diff: content/browser/renderer_host/input/input_router.h

Issue 2893843002: input: Remove now dead code. (Closed)
Patch Set: tot merge Created 3 years, 7 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 | « no previous file | content/browser/renderer_host/input/input_router_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/input/input_router.h
diff --git a/content/browser/renderer_host/input/input_router.h b/content/browser/renderer_host/input/input_router.h
index 60e77c9d31604689f71b672174bec4d69a078bcd..1a3a1638f16c2dc8d86d1c5e48e81693a22bc198 100644
--- a/content/browser/renderer_host/input/input_router.h
+++ b/content/browser/renderer_host/input/input_router.h
@@ -45,11 +45,6 @@ class InputRouter : public IPC::Listener {
// the site has a mobile-friendly viewport).
virtual void NotifySiteIsMobileOptimized(bool is_mobile_optimized) = 0;
- // Request a notification from the input router when all events have been
- // fully dispatched and there are no longer any pending events.
- // Note: This may trigger a synchronous notification if the router is empty.
- virtual void RequestNotificationWhenFlushed() = 0;
-
// Whether there are any events pending dispatch to or ack from the renderer.
virtual bool HasPendingEvents() const = 0;
« no previous file with comments | « no previous file | content/browser/renderer_host/input/input_router_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698