Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: content/common/browser_plugin/browser_plugin_messages.h

Issue 19679002: <webview>: Implement dialog API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added more tests and fixed a bug Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698