Index: content/common/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h |
index ea4d847559a79409f6bf0331cce79f92ad82a3a3..99dfcdd35be8501d19403f25e2b8994e33e897da 100644 |
--- a/content/common/browser_plugin_messages.h |
+++ b/content/common/browser_plugin_messages.h |
@@ -207,6 +207,12 @@ IPC_MESSAGE_CONTROL2(BrowserPluginMsg_LoadCommit, |
IPC_MESSAGE_CONTROL1(BrowserPluginMsg_LoadStop, |
int /* instance_id */) |
+// When the guest changes its title, the browser process informs the |
+// embedder through the BrowserPluginMsg_TitleChange message. |
+IPC_MESSAGE_CONTROL2(BrowserPluginMsg_TitleChange, |
+ int /* instance_id */, |
+ string16 /* title */) |
+ |
// When the guest crashes, the browser process informs the embedder through this |
// message. |
IPC_MESSAGE_CONTROL3(BrowserPluginMsg_GuestGone, |