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

Unified Diff: components/html_viewer/ax_provider_apptest.cc

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/html_viewer/ax_provider_apptest.cc
diff --git a/components/html_viewer/ax_provider_apptest.cc b/components/html_viewer/ax_provider_apptest.cc
index 8721662e4f20cb38b3694eb7c1ee91791c2a0465..0d3b01f72a4f8c1996ee2ba33db3d2736dc5ff24 100644
--- a/components/html_viewer/ax_provider_apptest.cc
+++ b/components/html_viewer/ax_provider_apptest.cc
@@ -55,6 +55,11 @@ class TestFrame : public web_view::mojom::Frame {
mojo::URLRequestPtr request) override {}
void DidNavigateLocally(const mojo::String& url) override {}
void DispatchLoadEventToParent() 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 {}
private:
DISALLOW_COPY_AND_ASSIGN(TestFrame);
« no previous file with comments | « no previous file | components/html_viewer/document_resource_waiter.h » ('j') | components/html_viewer/html_frame.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698