Index: chrome/app/chrome_main.cc |
=================================================================== |
--- chrome/app/chrome_main.cc (revision 76392) |
+++ chrome/app/chrome_main.cc (working copy) |
@@ -564,12 +564,6 @@ |
return 1; |
#endif |
- if (command_line.HasSwitch(switches::kEnableNaCl)) { |
- // NaCl currently requires two flags to run |
- CommandLine* singleton_command_line = CommandLine::ForCurrentProcess(); |
- singleton_command_line->AppendSwitch(switches::kEnableGPUPlugin); |
- } |
- |
#if defined(OS_CHROMEOS) |
if (command_line.HasSwitch(switches::kGuestSession)) { |
// Disable sync and extensions if we're in "browse without sign-in" mode. |