Index: chrome/test/testing_profile.h |
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h |
index 70395bb91cda9fd513526e9d4e1fe413bbc8624e..4f539257ada16fa9c1927ccb530284f6ee48f93e 100644 |
--- a/chrome/test/testing_profile.h |
+++ b/chrome/test/testing_profile.h |
@@ -25,6 +25,7 @@ class BookmarkModel; |
class BrowserThemeProvider; |
class CommandLine; |
class DesktopNotificationService; |
+class ExtensionPrefStore; |
class ExtensionPrefs; |
class FaviconService; |
class FindBarState; |
@@ -406,6 +407,9 @@ 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 CreateExtensionsService is |
// invoked. |
scoped_ptr<ExtensionPrefs> extension_prefs_; |