| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index d739434d2007207c1f7108cd6a0b0a3b13e6dd98..ca81988203cd82e5ca9116e2bc9e27825522554a 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -251,10 +251,10 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
|
|
|
| // Find the given |search_text| in the page. Returns true if the find request
|
| // is handled by this browser plugin guest.
|
| - bool Find(int request_id,
|
| - const base::string16& search_text,
|
| - const blink::WebFindOptions& options);
|
| - bool StopFinding(StopFindAction action);
|
| + bool HandleFindForEmbedder(int request_id,
|
| + const base::string16& search_text,
|
| + const blink::WebFindOptions& options);
|
| + bool HandleStopFindingForEmbedder(StopFindAction action);
|
|
|
| void ResendEventToEmbedder(const blink::WebInputEvent& event);
|
|
|
|
|