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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_destroyer_unittest.cc62 ProfileDestroyerTest() : off_the_record_profile_(NULL) {}
66 if (off_the_record_profile_ == NULL)
67 off_the_record_profile_ = new TestingOffTheRecordDestructionProfile();
68 return off_the_record_profile_;
70 TestingOffTheRecordDestructionProfile* off_the_record_profile_; member in class:ProfileDestroyerTest
77 content::SiteInstance::Create(off_the_record_profile_));
83 content::SiteInstance::Create(off_the_record_profile_));
90 EXPECT_FALSE(off_the_record_profile_->destroyed_otr_profile_);
97 EXPECT_FALSE(off_the_record_profile_->destroyed_otr_profile_);
102 EXPECT_TRUE(off_the_record_profile_
[all...]
H A Dprofile_impl.h262 scoped_ptr<Profile> off_the_record_profile_; member in class:ProfileImpl

Completed in 447 milliseconds