diff options
Diffstat (limited to 'chrome/browser/automation/testing_automation_provider.cc')
-rw-r--r-- | chrome/browser/automation/testing_automation_provider.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc index 2bad87e..6673080 100644 --- a/chrome/browser/automation/testing_automation_provider.cc +++ b/chrome/browser/automation/testing_automation_provider.cc @@ -3969,7 +3969,7 @@ void TestingAutomationProvider::InstallExtension( // and install it. Otherwise load it as an unpacked extension. if (extension_path.MatchesExtension(FILE_PATH_LITERAL(".crx"))) { ExtensionInstallPrompt* client = - (with_ui ? new ExtensionInstallPrompt(browser->profile()) : NULL); + (with_ui ? new ExtensionInstallPrompt(browser) : NULL); scoped_refptr<CrxInstaller> installer( CrxInstaller::Create(service, client)); if (!with_ui) |