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

Unified Diff: content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc

Issue 2935563002: input: Remove dead code. (Closed)
Patch Set: . 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: content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc
diff --git a/content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc b/content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc
index 1280173ea1965e79add44e92f7c57dd56b93998d..8d3e6bca6019f42b111afe62bab0a8e75cc3223e 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc
+++ b/content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc
@@ -672,8 +672,6 @@ class DummySyntheticGestureControllerDelegate
private:
// SyntheticGestureController::Delegate:
- void RequestBeginFrameForSynthesizedInput(
- base::OnceClosure callback) override {}
bool HasGestureStopped() override { return true; }
DISALLOW_COPY_AND_ASSIGN(DummySyntheticGestureControllerDelegate);

Powered by Google App Engine
This is Rietveld 408576698