| 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 b747c9282e330602ed7286cbfe6697d9b7b472fd..f310259e5baa39f79606bc02323507092c550fa4 100644
|
| --- a/mandoline/ui/phone_ui/phone_browser_application_delegate.h
|
| +++ b/mandoline/ui/phone_ui/phone_browser_application_delegate.h
|
| @@ -60,6 +60,11 @@ class PhoneBrowserApplicationDelegate
|
| void BackForwardChanged(web_view::mojom::ButtonState back_button,
|
| web_view::mojom::ButtonState forward_button) override;
|
| void TitleChanged(const mojo::String& title) override;
|
| + void FindInPageMatchCountUpdated(int32_t request_id,
|
| + int32_t count,
|
| + bool final_update) override {}
|
| + void FindInPageSelectionUpdated(int32_t request_id,
|
| + int32_t active_match_ordinal) override {}
|
|
|
| // Overridden from mojo::InterfaceFactory<LaunchHandler>:
|
| void Create(mojo::ApplicationConnection* connection,
|
|
|