Index: content/common/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h |
index 86e5316b53f365ba655c0568698b02b095bbd10e..ce1e4c44f07dde9335809e791247cd9fc33420d7 100644 |
--- a/content/common/browser_plugin_messages.h |
+++ b/content/common/browser_plugin_messages.h |
@@ -28,6 +28,12 @@ |
// ----------------------------------------------------------------------------- |
// These messages are from the embedder to the browser process. |
+// Tells the guest to navigate to an entry |relative_index| away from the |
+// current navigation entry. |
+IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_Go, |
+ int /* instance_id */, |
+ int /* relative_index */) |
+ |
// Tells the guest to focus or defocus itself. |
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetFocus, |
int /* instance_id */, |