diff options
Diffstat (limited to 'chrome/browser/utility_process_host.cc')
-rw-r--r-- | chrome/browser/utility_process_host.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/utility_process_host.cc b/chrome/browser/utility_process_host.cc index 118234d7e..324a7f5 100644 --- a/chrome/browser/utility_process_host.cc +++ b/chrome/browser/utility_process_host.cc @@ -115,8 +115,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)) { |