Index: content/browser/renderer_host/input/stylus_text_selector_unittest.cc |
diff --git a/content/browser/renderer_host/input/stylus_text_selector_unittest.cc b/content/browser/renderer_host/input/stylus_text_selector_unittest.cc |
index 887b4c23819ce45311e4cc44eec41ac78a9edb7c..57722c8882df725836a1c035c3309464430830f2 100644 |
--- a/content/browser/renderer_host/input/stylus_text_selector_unittest.cc |
+++ b/content/browser/renderer_host/input/stylus_text_selector_unittest.cc |
@@ -50,8 +50,6 @@ class StylusTextSelectorTest : public testing::Test, |
event_log_.push_back(ss.str()); |
} |
- void OnStylusSelectEnd() override { event_log_.push_back("End"); } |
- |
void OnStylusSelectTap(base::TimeTicks time, float x, float y) override { |
event_log_.push_back("Tap"); |
} |