Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: components/web_view/test_runner/test_runner_application_delegate.h

Issue 1350223005: mandoline: Make sure omnibox gets updated when navigating back/forwards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot.merge Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698