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

Unified Diff: chrome/test/testing_profile.h

Issue 5646003: Sanitize PrefStore interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, fix up unit tests. Created 10 years 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/testing_profile.h
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index 3469c337fa5792f2787087473962ba3d2edbd305..7d60d1feea064b034936a77030c197704a94557d 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;
@@ -405,6 +406,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_;

Powered by Google App Engine
This is Rietveld 408576698