diff options
Diffstat (limited to 'chrome/browser/profiles/profile_impl.cc')
-rw-r--r-- | chrome/browser/profiles/profile_impl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc index 21923bb..64b2fe0 100644 --- a/chrome/browser/profiles/profile_impl.cc +++ b/chrome/browser/profiles/profile_impl.cc @@ -389,8 +389,6 @@ void ProfileImpl::InitExtensions(bool extensions_enabled) { extensions_service_->Init(); if (extensions_enabled) { - InstallDefaultApps(); - // Load any extensions specified with --load-extension. if (command_line->HasSwitch(switches::kLoadExtension)) { FilePath path = command_line->GetSwitchValuePath( |