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