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

Unified Diff: mandoline/ui/desktop_ui/browser_window.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
« no previous file with comments | « components/web_view/web_view_impl.cc ('k') | mandoline/ui/desktop_ui/browser_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/desktop_ui/browser_window.h
diff --git a/mandoline/ui/desktop_ui/browser_window.h b/mandoline/ui/desktop_ui/browser_window.h
index c420a639297e2f80daf6d2be7d40fb354958914b..368a57214eb13ea9dfea08ad4e7abd31dc0e9cc8 100644
--- a/mandoline/ui/desktop_ui/browser_window.h
+++ b/mandoline/ui/desktop_ui/browser_window.h
@@ -61,7 +61,8 @@ class BrowserWindow : public mus::ViewTreeDelegate,
void OnAccelerator(uint32_t id, mojo::EventPtr event) override;
// Overridden from web_view::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(web_view::mojom::ButtonState back_button,
web_view::mojom::ButtonState forward_button) override;
« no previous file with comments | « components/web_view/web_view_impl.cc ('k') | mandoline/ui/desktop_ui/browser_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698