Searched refs:otr_profile (Results 1 – 2 of 2) sorted by relevance
228 TestingProfile* otr_profile = new TestingProfile; in TEST_F() local229 profile.SetOffTheRecordProfile(otr_profile); in TEST_F()231 otr_profile->set_incognito(true); in TEST_F()232 otr_profile->SetPrefService(otr_prefs); in TEST_F()236 PrefProvider pref_content_settings_provider_incognito(otr_profile); in TEST_F()
1215 Profile* otr_profile = off_the_record_profile_.get(); in IsSameProfile() local1216 return otr_profile && profile == otr_profile; in IsSameProfile()