| Index: chrome/browser/utility_process_host.cc
|
| diff --git a/chrome/browser/utility_process_host.cc b/chrome/browser/utility_process_host.cc
|
| index 2f7ce5d53573bdb234db70921eeb732d397fedf3..be5397e667f7b9b7ffbd385f26af2b53f89130d0 100644
|
| --- a/chrome/browser/utility_process_host.cc
|
| +++ b/chrome/browser/utility_process_host.cc
|
| @@ -92,8 +92,8 @@ 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::kEnableExtensionApps))
|
| - cmd_line->AppendSwitch(switches::kEnableExtensionApps);
|
| + if (browser_command_line.HasSwitch(switches::kEnableApps))
|
| + cmd_line->AppendSwitch(switches::kEnableApps);
|
|
|
| if (browser_command_line.HasSwitch(
|
| switches::kEnableExperimentalExtensionApis)) {
|
|
|