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 715bbc45330ce73031e6d7920f0092f0d51c5366..dd4a2f36d617a182c9216df85b2748d6a6a996aa 100644 |
--- a/content/browser/browser_plugin/browser_plugin_embedder.h |
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h |
@@ -66,6 +66,7 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver, |
int instance_id, |
const std::string& src, |
const gfx::Size& size); |
+ void Go(int instance_id, int relative_index); |
void Stop(int instance_id); |
void Reload(int instance_id); |