Index: content/common/browser_plugin/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h |
index a8f4d01324caef98360561a3e81a635dd1591bbc..b8730d763febd261501a99e3c0cfe23b66b88378 100644 |
--- a/content/common/browser_plugin/browser_plugin_messages.h |
+++ b/content/common/browser_plugin/browser_plugin_messages.h |
@@ -253,9 +253,9 @@ IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetName, |
// embedder also has access. |
lazyboy
2013/07/19 21:43:16
Describe what |user_input| is for.
Fady Samuel
2013/07/23 15:41:10
Done.
|
IPC_MESSAGE_ROUTED4(BrowserPluginHostMsg_RespondPermission, |
int /* instance_id */, |
- BrowserPluginPermissionType /* permission_type */, |
int /* request_id */, |
- bool /* allow */) |
+ bool /* allow */, |
+ std::string /* user_input */) |
// Sends a PointerLock Lock ACK to the BrowserPluginGuest. |
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_LockMouse_ACK, |