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

Unified Diff: chrome/browser/extensions/extension_function.cc

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_function.cc
===================================================================
--- chrome/browser/extensions/extension_function.cc (revision 92309)
+++ chrome/browser/extensions/extension_function.cc (working copy)
@@ -43,7 +43,7 @@
ExtensionFunction::ExtensionFunction()
: request_id_(-1),
- profile_id_(Profile::kInvalidProfileId),
+ profile_(NULL),
has_callback_(false),
include_incognito_(false),
user_gesture_(false),
« no previous file with comments | « chrome/browser/extensions/extension_function.h ('k') | chrome/browser/extensions/extension_function_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698