| Index: chrome/browser/profile.cc
|
| diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
|
| index 179f50636be7c2522ad2315a446ed7eacc7f02da..67e9810b8fa23e676b6c39e85dfbc1066005dbb3 100644
|
| --- a/chrome/browser/profile.cc
|
| +++ b/chrome/browser/profile.cc
|
| @@ -478,7 +478,7 @@ void ProfileImpl::InitExtensions() {
|
| g_browser_process->file_thread()->message_loop(),
|
| script_dir);
|
| extensions_service_ = new ExtensionsService(
|
| - this, MessageLoop::current(),
|
| + this, CommandLine::ForCurrentProcess(), MessageLoop::current(),
|
| g_browser_process->file_thread()->message_loop());
|
|
|
| extensions_service_->Init();
|
|
|