Index: chrome/test/ppapi/ppapi_test.cc |
diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc |
index 1953ffec923851e495d2d770a9386fc75cd9d659..7b88d01c0905a04c0be8f61be0aafb508ba8da77 100644 |
--- a/chrome/test/ppapi/ppapi_test.cc |
+++ b/chrome/test/ppapi/ppapi_test.cc |
@@ -327,9 +327,8 @@ void PPAPINaClTest::SetUpCommandLine(CommandLine* command_line) { |
EXPECT_TRUE(PathService::Get(chrome::FILE_NACL_PLUGIN, &plugin_lib)); |
EXPECT_TRUE(base::PathExists(plugin_lib)); |
- // Enable running NaCl outside of the store. |
+ // Enable running (non-portable) NaCl outside of the Chrome web store. |
command_line->AppendSwitch(switches::kEnableNaCl); |
- command_line->AppendSwitch(switches::kEnablePnacl); |
command_line->AppendSwitchASCII(switches::kAllowNaClSocketAPI, "127.0.0.1"); |
command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); |
command_line->AppendSwitch(switches::kUseFakeUIForMediaStream); |
@@ -364,9 +363,8 @@ void PPAPINaClTestDisallowedSockets::SetUpCommandLine( |
EXPECT_TRUE(PathService::Get(chrome::FILE_NACL_PLUGIN, &plugin_lib)); |
EXPECT_TRUE(base::PathExists(plugin_lib)); |
- // Enable running NaCl outside of the store. |
+ // Enable running (non-portable) NaCl outside of the Chrome web store. |
command_line->AppendSwitch(switches::kEnableNaCl); |
- command_line->AppendSwitch(switches::kEnablePnacl); |
} |
// Append the correct mode and testcase string |