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

Unified Diff: content/public/browser/render_view_host.h

Issue 1600953003: Move find-in-page code from RenderView to RenderFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed final comments by nasko@, creis@. Created 4 years, 11 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 | « content/public/browser/render_frame_host.h ('k') | content/renderer/pepper/pepper_plugin_instance_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_view_host.h
diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h
index 44acef8076f097ab2eeaaa8f9bf9b494bdf1cff7..1a4d1646d708a80fc6c84e0c3b7e821212ca1f98 100644
--- a/content/public/browser/render_view_host.h
+++ b/content/public/browser/render_view_host.h
@@ -216,15 +216,6 @@ class CONTENT_EXPORT RenderViewHost : public IPC::Sender {
// Notify the render view host to select the word around the caret.
virtual void SelectWordAroundCaret() = 0;
-#if defined(OS_ANDROID)
- // Selects and zooms to the find result nearest to the point (x,y)
- // defined in find-in-page coordinates.
- virtual void ActivateNearestFindResult(int request_id, float x, float y) = 0;
-
- // Asks the renderer to send the rects of the current find matches.
- virtual void RequestFindMatchRects(int current_version) = 0;
-#endif
-
private:
// This interface should only be implemented inside content.
friend class RenderViewHostImpl;
« no previous file with comments | « content/public/browser/render_frame_host.h ('k') | content/renderer/pepper/pepper_plugin_instance_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698