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

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

Issue 1326443006: mandoline: Add back/forward support and UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: msw nits and comments 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: 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 1634382455576ba4cb8a1a91cf7480fdd22aa927..20e7af1451b3809c5e0ff021ee9d2d7ff924ce24 100644
--- a/mandoline/ui/phone_ui/phone_browser_application_delegate.cc
+++ b/mandoline/ui/phone_ui/phone_browser_application_delegate.cc
@@ -116,6 +116,12 @@ void PhoneBrowserApplicationDelegate::ProgressChanged(double progress) {
// ...
}
+
+void PhoneBrowserApplicationDelegate::BackForwardChanged(bool back_enabled,
+ bool forward_enabled) {
+ // ...
+}
+
void PhoneBrowserApplicationDelegate::TitleChanged(const mojo::String& title) {
// ...
}

Powered by Google App Engine
This is Rietveld 408576698