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

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: General patch cleanup. Created 5 years, 3 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
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..7f882443d19c11f2546ba133ef46d939a03fdeb6 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 ReportFindInPageMatchCount(int32_t request_id,
+ int32_t count,
+ bool final_update) override {}
+ void ReportFindInPageSelection(int32_t request_id,
+ int32_t active_match_ordinal) override {}
// LayoutTestRunner:
void TestFinished() override;

Powered by Google App Engine
This is Rietveld 408576698