| Index: content/public/browser/browser_plugin_guest_delegate.h
|
| diff --git a/content/public/browser/browser_plugin_guest_delegate.h b/content/public/browser/browser_plugin_guest_delegate.h
|
| index 5e5d1fea4e51ed038d31fa84bc29b27f7524cdf9..31250d6d506e00aecd687a81707bd1c17dd4954f 100644
|
| --- a/content/public/browser/browser_plugin_guest_delegate.h
|
| +++ b/content/public/browser/browser_plugin_guest_delegate.h
|
| @@ -80,6 +80,7 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate {
|
| virtual bool Find(int request_id,
|
| const base::string16& search_text,
|
| const blink::WebFindOptions& options);
|
| + virtual bool StopFinding(StopFindAction action);
|
|
|
| // Provides the delegate with an interface with which to size the guest.
|
| virtual void SetGuestSizer(GuestSizer* guest_sizer) {}
|
|
|