| 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 dddc9f96d16b954cb5f475fa30bfb05f78223a5d..469d4e8d391f4f6c21d9f44e40caf744d9aef993 100644
|
| --- a/mandoline/ui/phone_ui/phone_browser_application_delegate.cc
|
| +++ b/mandoline/ui/phone_ui/phone_browser_application_delegate.cc
|
| @@ -115,6 +115,13 @@ void PhoneBrowserApplicationDelegate::ProgressChanged(double progress) {
|
| // ...
|
| }
|
|
|
| +
|
| +void PhoneBrowserApplicationDelegate::BackForwardChanged(
|
| + web_view::mojom::ButtonState back_button,
|
| + web_view::mojom::ButtonState forward_button) {
|
| + // ...
|
| +}
|
| +
|
| void PhoneBrowserApplicationDelegate::TitleChanged(const mojo::String& title) {
|
| // ...
|
| }
|
|
|