| 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 b0abf84757bc07fe99cfb28fa0689c0906a800df..25e3ba81fa20e3c1177cf6aba351c94aa52a22e6 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_embedder.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_embedder.h
|
| @@ -84,6 +84,10 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver,
|
| int instance_id,
|
| const BrowserPluginHostMsg_ResizeGuest_Params& params);
|
|
|
| + // Sets the name of the guest so that it can be accessed by other guests in
|
| + // the process.
|
| + void SetName(int instance_id, const std::string& name);
|
| +
|
| void Go(int instance_id, int relative_index);
|
| void Stop(int instance_id);
|
| void Reload(int instance_id);
|
|
|