Index: components/web_view/test_runner/test_runner_application_delegate.h |
diff --git a/components/web_view/test_runner/test_runner_application_delegate.h b/components/web_view/test_runner/test_runner_application_delegate.h |
index 35c41f6cb39f142681d8932bd2b0b97d0fdc342c..48327df195a461a108ef5f7a5e8cae3a756b85c9 100644 |
--- a/components/web_view/test_runner/test_runner_application_delegate.h |
+++ b/components/web_view/test_runner/test_runner_application_delegate.h |
@@ -49,7 +49,8 @@ class TestRunnerApplicationDelegate |
void OnConnectionLost(mus::ViewTreeConnection* connection) override; |
// mojom::WebViewClient: |
- void TopLevelNavigate(mojo::URLRequestPtr request) override; |
+ void TopLevelNavigateRequest(mojo::URLRequestPtr request) override; |
+ void TopLevelNavigationStarted(const mojo::String& url) override; |
void LoadingStateChanged(bool is_loading, double progress) override; |
void BackForwardChanged(mojom::ButtonState back_button, |
mojom::ButtonState forward_button) override; |