Chromium Code Reviews| 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 2a92f946c8b885ff3102bc8c9c97f422f31d5976..fcb3038941c0264d4d2b68a65bda11e7a2729cb9 100644 |
| --- a/content/browser/browser_plugin/browser_plugin_embedder.h |
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.h |
| @@ -121,6 +121,8 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver, |
| const WebKit::WebInputEvent& event, |
| IPC::Message* reply_message); |
| void PluginDestroyed(int instance_id); |
| + void Stop(int instance_id); |
| + void Reload(int instance_id); |
|
Charlie Reis
2012/09/19 21:53:50
These seem like something that should be public, a
Fady Samuel
2012/09/19 23:29:20
Done.
|
| // Called when visiblity of web_contents changes, so the embedder will |
| // show/hide its guest. |