Home | History | Annotate | Download | only in profiles

Lines Matching refs:OffTheRecordProfileIOData

27 // OffTheRecordProfile owns a OffTheRecordProfileIOData::Handle, which holds a
28 // reference to the OffTheRecordProfileIOData. OffTheRecordProfileIOData is
31 // CookieMonster, HttpTransactionFactory, etc. OffTheRecordProfileIOData is
32 // owned by the OffTheRecordProfile and OffTheRecordProfileIOData's
34 // be deleted. Note that the OffTheRecordProfileIOData will typically outlive
35 // the Profile it is "owned" by, so it's important for OffTheRecordProfileIOData
39 class OffTheRecordProfileIOData : public ProfileIOData {
90 OffTheRecordProfileIOData* const io_data_;
100 friend class base::RefCountedThreadSafe<OffTheRecordProfileIOData>;
105 OffTheRecordProfileIOData();
106 virtual ~OffTheRecordProfileIOData();
146 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData);