Index: content/browser/browser_plugin/browser_plugin_embedder.h |
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h |
index 74f259e72cb9c42b396ccfe5c645a4380f21687e..aaded690920d0ad0347fe039192dc2ca40112310 100644 |
--- a/content/browser/browser_plugin/browser_plugin_embedder.h |
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h |
@@ -67,12 +67,7 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver { |
// Used to handle special keyboard events. |
bool HandleKeyboardEvent(const NativeWebKeyboardEvent& event); |
- // Find the given |search_text| in the page. Returns true if the find request |
- // is handled by this browser plugin embedder. |
- bool Find(int request_id, |
- const base::string16& search_text, |
- const blink::WebFindOptions& options); |
- bool StopFinding(StopFindAction action); |
+ BrowserPluginGuest* GetFullPageGuest(); |
Sam McNally
2015/04/01 06:04:49
Comment?
raymes
2015/04/13 11:00:31
Done.
|
private: |
explicit BrowserPluginEmbedder(WebContentsImpl* web_contents); |
@@ -89,12 +84,6 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver { |
static bool UnlockMouseIfNecessaryCallback(bool* mouse_unlocked, |
WebContents* guest); |
- static bool FindInGuest(int request_id, |
- const base::string16& search_text, |
- const blink::WebFindOptions& options, |
- WebContents* guest); |
- static bool StopFindingInGuest(StopFindAction action, WebContents* guest); |
- |
// Message handlers. |
void OnAttach(RenderFrameHost* render_frame_host, |