Index: content/common/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h |
index 8d8a608a2754b54cb7e49e8137812095d655a573..7694a26e9c5ed259e66ca36fc0b04c513a3782d7 100644 |
--- a/content/common/browser_plugin_messages.h |
+++ b/content/common/browser_plugin_messages.h |
@@ -162,6 +162,12 @@ IPC_MESSAGE_CONTROL3(BrowserPluginMsg_DidNavigate, |
GURL /* url */, |
int /* process_id */) |
+// When the guest changes its title, the browser process informs the |
+// embedder through the BrowserPluginMsg_TitleChanged message. |
+IPC_MESSAGE_CONTROL2(BrowserPluginMsg_TitleChanged, |
+ int /* instance_id */, |
+ string16 /* title */) |
+ |
// When the guest crashes, the browser process informs the embedder through this |
// message. |
IPC_MESSAGE_CONTROL1(BrowserPluginMsg_GuestCrashed, |