summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r--chrome/browser/profile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
index 16a93f4..8654509 100644
--- a/chrome/browser/profile.cc
+++ b/chrome/browser/profile.cc
@@ -560,7 +560,7 @@ void ProfileImpl::InitExtensions() {
GetPath().AppendASCII(ExtensionsService::kInstallDirectoryName),
MessageLoop::current(),
g_browser_process->file_thread()->message_loop(),
- true);
+ false);
extensions_service_->Init();
}