| Index: chrome/browser/utility_process_host.cc
|
| diff --git a/chrome/browser/utility_process_host.cc b/chrome/browser/utility_process_host.cc
|
| index 5091169ef751f79ea02d3672262137032ddaf400..74afd4d63d9ea5d2c1d561e6f8e7639576f046d5 100644
|
| --- a/chrome/browser/utility_process_host.cc
|
| +++ b/chrome/browser/utility_process_host.cc
|
| @@ -121,9 +121,6 @@ bool UtilityProcessHost::StartProcess(const FilePath& exposed_dir) {
|
| if (browser_command_line.HasSwitch(switches::kChromeFrame))
|
| cmd_line->AppendSwitch(switches::kChromeFrame);
|
|
|
| - if (browser_command_line.HasSwitch(switches::kDisableApps))
|
| - cmd_line->AppendSwitch(switches::kDisableApps);
|
| -
|
| if (browser_command_line.HasSwitch(
|
| switches::kEnableExperimentalExtensionApis)) {
|
| cmd_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
|
|
|