Searched defs:OffTheRecordProfileImpl (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/profiles/
H A Dprofile.cc156 // OffTheRecordProfileImpl is a profile subclass that wraps an existing profile
160 class OffTheRecordProfileImpl : public Profile, class in inherits:Profile,BrowserList::Observer
163 explicit OffTheRecordProfileImpl(Profile* real_profile) function in class:OffTheRecordProfileImpl
189 virtual ~OffTheRecordProfileImpl() {
743 DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileImpl);
747 // Special case of the OffTheRecordProfileImpl which is used while Guest
749 class GuestSessionProfile : public OffTheRecordProfileImpl {
752 : OffTheRecordProfileImpl(real_profile) {
775 return new OffTheRecordProfileImpl(this);

Completed in 35 milliseconds