Index: components/web_view/test_runner/test_runner_application_delegate.cc |
diff --git a/components/web_view/test_runner/test_runner_application_delegate.cc b/components/web_view/test_runner/test_runner_application_delegate.cc |
index 82e10441c46be2c63fae20bf6ab62b765ad7bccc..3844d7468591ab1e7c6952f6568f67c0184d65b0 100644 |
--- a/components/web_view/test_runner/test_runner_application_delegate.cc |
+++ b/components/web_view/test_runner/test_runner_application_delegate.cc |
@@ -123,9 +123,6 @@ |
void TestRunnerApplicationDelegate::LoadingStateChanged(bool is_loading) {} |
void TestRunnerApplicationDelegate::ProgressChanged(double progress) {} |
-void TestRunnerApplicationDelegate::BackForwardChanged( |
- mojom::ButtonState back_button, |
- mojom::ButtonState forward_button) {} |
void TestRunnerApplicationDelegate::TitleChanged(const mojo::String& title) {} |
//////////////////////////////////////////////////////////////////////////////// |