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

Unified Diff: components/web_view/frame_apptest.cc

Issue 1371773003: mandoline: Add find in page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT 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
Index: components/web_view/frame_apptest.cc
diff --git a/components/web_view/frame_apptest.cc b/components/web_view/frame_apptest.cc
index fb6171d158a10c970f2ff238c4caa40f62724876..40c31bffd6f76e000c7e95324613d64a157a16a2 100644
--- a/components/web_view/frame_apptest.cc
+++ b/components/web_view/frame_apptest.cc
@@ -166,6 +166,14 @@ class TestFrameClient : public mojom::FrameClient {
if (!on_dispatch_load_event_callback_.is_null())
on_dispatch_load_event_callback_.Run();
}
+ void Find(int32_t request_id,
+ const mojo::String& search_text,
+ const FindCallback& callback) override {}
+ void StopFinding(bool clear_selection) override {}
+ void HighlightFindResults(int32_t request_id,
+ const mojo::String& search_test,
+ bool reset) override {}
+ void StopHighlightingFindResults() override {}
private:
struct LoadingStateChangedNotification {

Powered by Google App Engine
This is Rietveld 408576698