Lines Matching full:profile
26 // A test profile that supports linking with another profile for incognito support.
30 virtual Profile* GetOriginalProfile() {
37 virtual Profile* GetOffTheRecordProfile() {
54 void set_linked_profile(OtrTestingProfile* profile) {
55 linked_profile_ = profile;
68 OtrTestingProfile profile, otrProfile;
70 OtrTestingProfile::LinkProfiles(&profile, &otrProfile);
73 extension_cookies_helpers::GetStoreIdFromProfile(&profile));
74 EXPECT_EQ(&profile,
76 "0", &profile, true));
77 EXPECT_EQ(&profile,
79 "0", &profile, false));
82 "1", &profile, true));
85 "1", &profile, false));
151 TestingProfile profile;
154 extension_cookies_helpers::CreateCookieStoreValue(&profile, tab_ids));