| Index: chrome/browser/extensions/extension_event_router_forwarder.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_event_router_forwarder.h (revision 92309)
|
| +++ chrome/browser/extensions/extension_event_router_forwarder.h (working copy)
|
| @@ -53,7 +53,7 @@
|
| // on |profile|'s ExtensionEventRouter. May be called on any thread.
|
| void DispatchEventToRenderers(const std::string& event_name,
|
| const std::string& event_args,
|
| - ProfileId profile_id,
|
| + void* profile,
|
| bool use_profile_to_restrict_events,
|
| const GURL& event_url);
|
|
|
| @@ -64,7 +64,7 @@
|
| void DispatchEventToExtension(const std::string& extension_id,
|
| const std::string& event_name,
|
| const std::string& event_args,
|
| - ProfileId profile_id,
|
| + void* profile,
|
| bool use_profile_to_restrict_events,
|
| const GURL& event_url);
|
|
|
| @@ -77,7 +77,7 @@
|
| virtual void HandleEvent(const std::string& extension_id,
|
| const std::string& event_name,
|
| const std::string& event_args,
|
| - ProfileId profile_id,
|
| + void* profile,
|
| bool use_profile_to_restrict_events,
|
| const GURL& event_url);
|
|
|
|
|