| Index: chrome/browser/extensions/extension_function_dispatcher.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_function_dispatcher.h (revision 92020)
|
| +++ chrome/browser/extensions/extension_function_dispatcher.h (working copy)
|
| @@ -79,7 +79,7 @@
|
| // functions that must be handled on the IO-thread.
|
| static void DispatchOnIOThread(
|
| const ExtensionInfoMap* extension_info_map,
|
| - ProfileId profile_id,
|
| + void* profile,
|
| int render_process_id,
|
| base::WeakPtr<ChromeRenderMessageFilter> ipc_sender,
|
| int routing_id,
|
| @@ -118,7 +118,7 @@
|
| static ExtensionFunction* CreateExtensionFunction(
|
| const ExtensionHostMsg_Request_Params& params,
|
| const Extension* extension,
|
| - ProfileId profile_id,
|
| + void* profile,
|
| int render_process_id,
|
| IPC::Message::Sender* ipc_sender,
|
| int routing_id);
|
|
|