Home
last modified time | relevance | path

Searched refs:otr_prefs_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_impl.cc844 if (!otr_prefs_.get()) { in GetOffTheRecordPrefs()
847 otr_prefs_.reset(GetPrefs()->CreateIncognitoPrefService( in GetOffTheRecordPrefs()
850 return otr_prefs_.get(); in GetOffTheRecordPrefs()
Dprofile_impl.h198 scoped_ptr<PrefService> otr_prefs_; variable