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

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: Fix spacing on the right side of the UI. 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/frame_apptest.cc
diff --git a/components/web_view/frame_apptest.cc b/components/web_view/frame_apptest.cc
index fb6171d158a10c970f2ff238c4caa40f62724876..45d124c6fca88bb8a44c24a589d373d180fd1f07 100644
--- a/components/web_view/frame_apptest.cc
+++ b/components/web_view/frame_apptest.cc
@@ -166,6 +166,8 @@ class TestFrameClient : public mojom::FrameClient {
if (!on_dispatch_load_event_callback_.is_null())
on_dispatch_load_event_callback_.Run();
}
+ void OnFind(int32_t request_id, const mojo::String& search_text) override {}
+ void OnStopFinding() override {}
private:
struct LoadingStateChangedNotification {

Powered by Google App Engine
This is Rietveld 408576698