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..e32e8c6e1a8e389c9edae9fbf88d46ab17d68fab 100644 |
--- a/mandoline/ui/phone_ui/phone_browser_application_delegate.h |
+++ b/mandoline/ui/phone_ui/phone_browser_application_delegate.h |
@@ -60,6 +60,10 @@ 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 ReportFindInPageMatchCount(int32_t request_id, int32_t count, |
+ bool final_update) override {} |
+ void ReportFindInPageSelection(int32_t request_id, |
+ int32_t active_match_ordinal) override {} |
// Overridden from mojo::InterfaceFactory<LaunchHandler>: |
void Create(mojo::ApplicationConnection* connection, |