Index: chrome/browser/browser_init.cc |
diff --git a/chrome/browser/browser_init.cc b/chrome/browser/browser_init.cc |
index e86290f9327f5d8bda07881498e0f7b781b47cd2..f233ced78164455a5a21854d94a4458e2f25ae86 100644 |
--- a/chrome/browser/browser_init.cc |
+++ b/chrome/browser/browser_init.cc |
@@ -493,10 +493,6 @@ bool BrowserInit::LaunchWithProfile::Launch(Profile* profile, |
} |
} |
- // Start up the extensions service |
- if (parsed_command_line.HasSwitch(switches::kEnableExtensions)) |
- profile->GetExtensionsService()->Init(); |
- |
return true; |
} |