Lines Matching refs:profile
12 #include "chrome/browser/profiles/profile.h"
31 Profile* profile,
34 ExtensionService* service = profile->GetExtensionService();
49 host->profile(),
50 host->profile()->GetRequestContextForPossibleApp(
54 new SearchProviderInstallStateMessageFilter(host->id(), host->profile()));
62 GURL ChromeContentBrowserClient::GetEffectiveURL(Profile* profile,
68 if (!profile || !profile->GetExtensionService())
72 profile->GetExtensionService()->GetExtensionByWebExtent(url);