| Index: chrome/browser/profile.cc
|
| diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
|
| index 99643a1127e4f72675fca39dfe5b7628f3befe15..18cd5effbb82da5382302b2c1ebb058c0954991e 100644
|
| --- a/chrome/browser/profile.cc
|
| +++ b/chrome/browser/profile.cc
|
| @@ -494,7 +494,11 @@ void ProfileImpl::InitExtensions() {
|
| g_browser_process->file_thread()->message_loop(),
|
| script_dir);
|
| extensions_service_ = new ExtensionsService(
|
| - this, CommandLine::ForCurrentProcess(), MessageLoop::current(),
|
| + this,
|
| + CommandLine::ForCurrentProcess(),
|
| + GetPrefs(),
|
| + GetPath().AppendASCII(ExtensionsService::kInstallDirectoryName),
|
| + MessageLoop::current(),
|
| g_browser_process->file_thread()->message_loop());
|
|
|
| extensions_service_->Init();
|
|
|