diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-15 08:24:59 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-15 08:24:59 +0000 |
commit | f36ed64560f4b52724d223bc870addc5a5e3b73c (patch) | |
tree | a57f393275bf6b24bb8b3d31d93a587544cd0cb9 /chrome/browser/utility_process_host.cc | |
parent | 7e5d1e689c3c5a8858a9675df46ca327f51b7c6e (diff) | |
download | chromium_src-f36ed64560f4b52724d223bc870addc5a5e3b73c.zip chromium_src-f36ed64560f4b52724d223bc870addc5a5e3b73c.tar.gz chromium_src-f36ed64560f4b52724d223bc870addc5a5e3b73c.tar.bz2 |
Revert 36337 and 36338. Compile failure.
TBR=erikkay@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36339 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/utility_process_host.cc')
-rw-r--r-- | chrome/browser/utility_process_host.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/utility_process_host.cc b/chrome/browser/utility_process_host.cc index 29ed98f..ccef437 100644 --- a/chrome/browser/utility_process_host.cc +++ b/chrome/browser/utility_process_host.cc @@ -83,9 +83,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::kEnableExtensionApps)) - cmd_line->AppendSwitch(switches::kEnableExtensionApps); - #if defined(OS_POSIX) // TODO(port): Sandbox this on Linux. Also, zygote this to work with // Linux updating. |