| 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 4c47c650e5dadaa9a388e3e2acfc90b405e6cca5..f8a84332029ebe3682f07bea1b221e9b3e8a024e 100644
|
| --- a/components/web_view/test_runner/test_runner_application_delegate.cc
|
| +++ b/components/web_view/test_runner/test_runner_application_delegate.cc
|
| @@ -123,6 +123,9 @@ void TestRunnerApplicationDelegate::TopLevelNavigate(
|
|
|
| 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) {}
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|