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

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

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.h
===================================================================
--- content/renderer/browser_plugin/browser_plugin_manager_impl.h (revision 270218)
+++ content/renderer/browser_plugin/browser_plugin_manager_impl.h (working copy)
@@ -38,8 +38,7 @@
private:
virtual ~BrowserPluginManagerImpl();
- void OnAllocateInstanceIDACK(const IPC::Message& message,
- int request_id,
+ void OnAllocateInstanceIDACK(int request_id,
int guest_instance_id);
int request_id_counter_;

Powered by Google App Engine
This is Rietveld 408576698