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

Unified Diff: chrome/browser/profiles/profile_impl.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/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 3a6f9451ff1cf7ca378ac5ac4de2b58cd5ba2ffd..9c8517b1805e125291b297eea9402b5d37b5e7a9 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -175,6 +175,7 @@ class ProfileImpl : public Profile,
// net_pref_observer_, web_resource_service_ and background_contents_service_
// store pointers to prefs_ and shall be destructed first.
scoped_ptr<PrefService> prefs_;
+ scoped_ptr<PrefService> incognito_prefs_;
Mattias Nissler (ping if slow) 2010/12/20 14:50:02 Is this actually accessed? If not, can we postpone
battre 2010/12/21 18:51:59 Done.
scoped_ptr<VisitedLinkEventListener> visited_link_event_listener_;
scoped_ptr<VisitedLinkMaster> visited_link_master_;
// Keep extension_prefs_ on top of extensions_service_ because the latter

Powered by Google App Engine
This is Rietveld 408576698