| 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 b204278653f6b139ca51a0e14e045c90bc625156..fedd4a75b5f5b1921507fba1f138cdf203bce27e 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -241,6 +241,13 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
|
| virtual void SetChildFrameSurface(const cc::SurfaceInfo& surface_info,
|
| const cc::SurfaceSequence& sequence);
|
|
|
| + // Find the given |search_text| in the page. Returns true if the find request
|
| + // is handled by this browser plugin guest.
|
| + bool HandleFindForEmbedder(int request_id,
|
| + const base::string16& search_text,
|
| + const blink::WebFindOptions& options);
|
| + bool HandleStopFindingForEmbedder(StopFindAction action);
|
| +
|
| void ResendEventToEmbedder(const blink::WebInputEvent& event);
|
|
|
| // TODO(ekaramad): Remove this once https://crbug.com/642826 is resolved.
|
|
|