Home | History | Annotate | Download | only in extensions

Lines Matching refs:profile

21 #include "chrome/browser/profiles/profile.h"
52 // This makes sure that we create the Default profile first, with no
53 // ExtensionService and then the real profile with one, as we do when
64 ExtensionService* service = browser()->profile()->GetExtensionService();
121 ExtensionService* service = browser()->profile()->GetExtensionService();
186 explicit MockAutoConfirmExtensionInstallUI(Profile* profile) :
187 ExtensionInstallUI(profile) {}
200 browser()->profile());
207 Profile* profile) {
208 ExtensionService* service = profile->GetExtensionService();
225 install_ui = new ExtensionInstallUI(profile);
227 install_ui = new MockAutoConfirmExtensionInstallUI(profile);
269 ExtensionService* service = browser()->profile()->GetExtensionService();
277 ExtensionService* service = browser()->profile()->GetExtensionService();
282 ExtensionService* service = browser()->profile()->GetExtensionService();
287 ExtensionService* service = browser()->profile()->GetExtensionService();
292 ExtensionService* service = browser()->profile()->GetExtensionService();
327 browser()->profile()->GetExtensionProcessManager();
367 ExtensionService* service = browser()->profile()->GetExtensionService();