| 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 874e6ce3730b582d5b940981c3945c3f09e16076..b1da1ff59360fa722534f987a5237383a19d38d3 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -219,6 +219,7 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestSizer,
|
| bool Find(int request_id,
|
| const base::string16& search_text,
|
| const blink::WebFindOptions& options);
|
| + bool StopFinding(StopFindAction action);
|
|
|
| private:
|
| class EmbedderVisibilityObserver;
|
|
|