| Index: mandoline/ui/phone_ui/phone_browser_application_delegate.h
|
| diff --git a/mandoline/ui/phone_ui/phone_browser_application_delegate.h b/mandoline/ui/phone_ui/phone_browser_application_delegate.h
|
| index cca1bfc3e50e28347b49b36382141e6989002f33..bb41044f2f12b87fea8d0df70ff70c5e868911b9 100644
|
| --- a/mandoline/ui/phone_ui/phone_browser_application_delegate.h
|
| +++ b/mandoline/ui/phone_ui/phone_browser_application_delegate.h
|
| @@ -57,6 +57,8 @@ class PhoneBrowserApplicationDelegate :
|
| void TopLevelNavigate(mojo::URLRequestPtr request) override;
|
| void LoadingStateChanged(bool is_loading) override;
|
| void ProgressChanged(double progress) override;
|
| + void BackForwardChanged(web_view::mojom::ButtonState back_button,
|
| + web_view::mojom::ButtonState forward_button) override;
|
| void TitleChanged(const mojo::String& title) override;
|
|
|
| // Overridden from mojo::InterfaceFactory<LaunchHandler>:
|
|
|