Index: content/browser/browser_plugin/browser_plugin_embedder_helper.h |
diff --git a/content/browser/browser_plugin/browser_plugin_embedder_helper.h b/content/browser/browser_plugin/browser_plugin_embedder_helper.h |
index 50e25e317a0abfc289ad1409c6d5e1f3387027bb..44d515324b29a69bba95b4c77fc134724a9723f3 100644 |
--- a/content/browser/browser_plugin/browser_plugin_embedder_helper.h |
+++ b/content/browser/browser_plugin/browser_plugin_embedder_helper.h |
@@ -61,6 +61,9 @@ class BrowserPluginEmbedderHelper : public RenderViewHostObserver { |
void OnHandleInputEvent(const IPC::SyncMessage& message, bool* handled); |
void OnSetFocus(int instance_id, bool focused); |
void OnPluginDestroyed(int instance_id); |
+ void OnBack(int instance_id); |
+ void OnForward(int instance_id); |
+ void OnGo(int instance_id, int relative_index); |
BrowserPluginEmbedder* embedder_; |