Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Unified Diff: components/web_view/test_runner/test_runner_application_delegate.h

Issue 1371773003: mandoline: Add find in page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final documentation changes. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/web_view/public/interfaces/web_view.mojom ('k') | components/web_view/web_view_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/test_runner/test_runner_application_delegate.h
diff --git a/components/web_view/test_runner/test_runner_application_delegate.h b/components/web_view/test_runner/test_runner_application_delegate.h
index 48327df195a461a108ef5f7a5e8cae3a756b85c9..03d5b5e4f59d0f7f7abf63d52f6c78f5ea062ed7 100644
--- a/components/web_view/test_runner/test_runner_application_delegate.h
+++ b/components/web_view/test_runner/test_runner_application_delegate.h
@@ -55,6 +55,11 @@ class TestRunnerApplicationDelegate
void BackForwardChanged(mojom::ButtonState back_button,
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 {}
// LayoutTestRunner:
void TestFinished() override;
« no previous file with comments | « components/web_view/public/interfaces/web_view.mojom ('k') | components/web_view/web_view_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698