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

Unified Diff: mandoline/ui/phone_ui/phone_browser_application_delegate.cc

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
« no previous file with comments | « mandoline/ui/phone_ui/phone_browser_application_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/phone_ui/phone_browser_application_delegate.cc
diff --git a/mandoline/ui/phone_ui/phone_browser_application_delegate.cc b/mandoline/ui/phone_ui/phone_browser_application_delegate.cc
index 616f0a78a8a28af870f6976377834b55eee89580..d2ac75bdb828fd1fa62a1ce0231c0aae7e95c575 100644
--- a/mandoline/ui/phone_ui/phone_browser_application_delegate.cc
+++ b/mandoline/ui/phone_ui/phone_browser_application_delegate.cc
@@ -101,11 +101,13 @@ void PhoneBrowserApplicationDelegate::OnViewBoundsChanged(
// PhoneBrowserApplicationDelegate,
// web_view::mojom::WebViewClient implementation:
-void PhoneBrowserApplicationDelegate::TopLevelNavigate(
+void PhoneBrowserApplicationDelegate::TopLevelNavigateRequest(
mojo::URLRequestPtr request) {
web_view_.web_view()->LoadRequest(request.Pass());
}
+void PhoneBrowserApplicationDelegate::TopLevelNavigationStarted(
+ const mojo::String& url) {}
void PhoneBrowserApplicationDelegate::LoadingStateChanged(bool is_loading,
double progress) {}
« no previous file with comments | « mandoline/ui/phone_ui/phone_browser_application_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698