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

Unified Diff: chrome/test/base/testing_profile.h

Issue 8333021: Fix a crash in PageActionImageView when extensions are reloaded due to incognito settings changing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/views/location_bar/page_action_image_view.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_profile.h
===================================================================
--- chrome/test/base/testing_profile.h (revision 108847)
+++ chrome/test/base/testing_profile.h (working copy)
@@ -131,6 +131,10 @@
// NULL.
void CreateTemplateURLService();
+ // Creates an ExtensionProcessManager. If not invoked, the
+ // ExtensionProcessManager is NULL.
+ void CreateExtensionProcessManager();
+
// Creates an ExtensionService initialized with the testing profile and
// returns it. The profile keeps its own copy of a scoped_refptr to the
// ExtensionService to make sure that is still alive to be notified when the
@@ -377,6 +381,8 @@
scoped_ptr<ExtensionService> extension_service_;
+ scoped_ptr<ExtensionProcessManager> extension_process_manager_;
+
scoped_ptr<ExtensionPrefValueMap> extension_pref_value_map_;
scoped_refptr<ExtensionSpecialStoragePolicy>
« no previous file with comments | « chrome/browser/ui/views/location_bar/page_action_image_view.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698