Chromium Code Reviews| 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 |