| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 20c8166448dc43b229f33ef28d5538ed58372aa8..261966335401ace29296191548acab31dc7fc085 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -406,14 +406,6 @@ void ProfileImpl::RegisterComponentExtensions() {
|
| }
|
|
|
| void ProfileImpl::InstallDefaultApps() {
|
| -#if !defined(OS_CHROMEOS)
|
| - // On desktop Chrome, we don't have default apps on by, err, default yet.
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableDefaultApps)) {
|
| - return;
|
| - }
|
| -#endif
|
| -
|
| // The web store only supports en-US at the moment, so we don't install
|
| // default apps in other locales.
|
| if (g_browser_process->GetApplicationLocale() != "en-US")
|
|
|