Lines Matching full:profile
16 #include "chrome/browser/profiles/profile.h"
273 Profile* profile = Source<Profile>(source).ptr();
276 size_t count = accept_languages_.erase(profile->GetPrefs());
277 // We should know about this profile since we are listening for
370 PrefService* prefs = tab->profile()->GetOriginalProfile()->GetPrefs();
414 if (!tab->profile()->IsOffTheRecord() &&
580 PrefService* pref_service = tab->profile()->GetOriginalProfile()->GetPrefs();
585 // Listen for this profile going away, in which case we would need to clear
586 // the accepted languages for the profile.
588 Source<Profile>(tab->profile()));
599 // We have been asked for this profile, build the languages.
636 fetcher->set_request_context(Profile::GetDefaultRequestContext());