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

Unified Diff: chrome/test/testing_profile.h

Issue 5915004: Introduce incognito preference settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespaces + fixes for trybot 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 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_;

Powered by Google App Engine
This is Rietveld 408576698