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 e268677f7f9162ed21055ea333486c214559c70a..556ccdee68ec827bdc82a0be7b7428f462cd8582 100644 |
--- a/components/web_view/test_runner/test_runner_application_delegate.cc |
+++ b/components/web_view/test_runner/test_runner_application_delegate.cc |
@@ -115,11 +115,13 @@ void TestRunnerApplicationDelegate::OnConnectionLost( |
//////////////////////////////////////////////////////////////////////////////// |
// mojom::WebViewClient implementation: |
-void TestRunnerApplicationDelegate::TopLevelNavigate( |
+void TestRunnerApplicationDelegate::TopLevelNavigateRequest( |
mojo::URLRequestPtr request) { |
web_view_->web_view()->LoadRequest(request.Pass()); |
} |
+void TestRunnerApplicationDelegate::TopLevelNavigationStarted( |
+ const mojo::String& url) {} |
void TestRunnerApplicationDelegate::LoadingStateChanged(bool is_loading, |
double progress) {} |
void TestRunnerApplicationDelegate::BackForwardChanged( |