| 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 f47e84904eca36a4e70955938a7b7e595cff953c..7878e1a6375504ce07deb6429e141f97217e3108 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| @@ -135,6 +135,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);
|
|
|
| // Called when visiblity of web_contents changes, so the embedder will
|
| // show/hide its guest.
|
|
|