Index: chrome/test/testing_profile.h |
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h |
index 847093eff58ff17a0fd46882ea0910413a1faf1d..f1d96ca0b83bbcda35c364de9c1131271d352cb3 100644 |
--- a/chrome/test/testing_profile.h |
+++ b/chrome/test/testing_profile.h |
@@ -322,6 +322,7 @@ class TestingProfile : public Profile { |
protected: |
base::Time start_time_; |
scoped_ptr<PrefService> prefs_; |
+ scoped_ptr<PrefService> incognito_prefs_; |
Mattias Nissler (ping if slow)
2010/12/20 14:50:02
Used?
battre
2010/12/21 18:51:59
Done.
|
// ref only for right type, lifecycle is managed by prefs_ |
TestingPrefService* testing_prefs_; |
@@ -409,9 +410,6 @@ class TestingProfile : public Profile { |
FilePath last_selected_directory_; |
scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails. |
- // Extension pref store, created for use by |extension_prefs_|. |
- scoped_ptr<ExtensionPrefStore> extension_pref_store_; |
- |
// The Extension Preferences. Only created if CreateExtensionService is |
// invoked. |
scoped_ptr<ExtensionPrefs> extension_prefs_; |