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

Unified Diff: content/renderer/browser_plugin/browser_plugin_manager_impl.cc

Issue 283623002: Add support for passing an arbitrary parameter to an IPC message handler. The motivation is for Web… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 6 years, 7 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/renderer/browser_plugin/browser_plugin_manager_impl.cc
===================================================================
--- content/renderer/browser_plugin/browser_plugin_manager_impl.cc (revision 270218)
+++ content/renderer/browser_plugin/browser_plugin_manager_impl.cc (working copy)
@@ -74,7 +74,6 @@
}
void BrowserPluginManagerImpl::OnAllocateInstanceIDACK(
- const IPC::Message& message,
int request_id,
int guest_instance_id) {
InstanceIDMap::iterator it =
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin_manager_impl.h ('k') | content/renderer/input/input_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698