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

Unified Diff: chrome/browser/extensions/extension_event_router_forwarder.h

Issue 7346024: Get rid of the ProfileId. It was added for ceee. I reverted the original change, since it led to ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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: 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);
« no previous file with comments | « chrome/browser/extensions/extension_event_router.cc ('k') | chrome/browser/extensions/extension_event_router_forwarder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698