| Index: content/public/browser/render_frame_host.h
|
| diff --git a/content/public/browser/render_frame_host.h b/content/public/browser/render_frame_host.h
|
| index b8fa796f8c1f3ca3277411c14b0dbcf2684a4ead..86ac9d5296b3b959a675d60c311a313c9a3dab02 100644
|
| --- a/content/public/browser/render_frame_host.h
|
| +++ b/content/public/browser/render_frame_host.h
|
| @@ -191,15 +191,6 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
|
| // use by resource metrics.
|
| virtual int GetProxyCount() = 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 process 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 RenderFrameHostImpl;
|
|
|