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

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, 2 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/test/base/testing_profile.h
===================================================================
--- chrome/test/base/testing_profile.h (revision 107550)
+++ chrome/test/base/testing_profile.h (working copy)
@@ -376,6 +376,8 @@
scoped_ptr<ExtensionService> extension_service_;
+ scoped_ptr<ExtensionProcessManager> extension_process_manager_;
+
scoped_ptr<ExtensionPrefValueMap> extension_pref_value_map_;
scoped_refptr<ExtensionSpecialStoragePolicy>

Powered by Google App Engine
This is Rietveld 408576698