Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 65e007c80af9c8715b34fea2ad00c58eb11b53fb..b80621eff52c819a3c6ae41f3b25b48e7cf2e201 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -424,6 +424,9 @@ IPC_MESSAGE_ROUTED0(ChromeViewMsg_CancelledDownloadingPlugin) |
// chrome:// URLs. |
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_OpenAboutPlugins) |
+// Tells the browser to show the Flash permission bubble in the same tab. |
+IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_ShowFlashPermissionBubble) |
+ |
// Tells the browser that there was an error loading a plugin. |
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_CouldNotLoadPlugin, |
base::FilePath /* plugin_path */) |