Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: chrome/test/ppapi/ppapi_test.cc

Issue 19079002: Enable pnacl by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/ppapi/ppapi_test.cc
diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc
index 4c88158201cfa0a7f6a28fc3a1d30e71157a9245..f8542fc6916af240c5bcbeb65a2eecf3cb7a5adc 100644
--- a/chrome/test/ppapi/ppapi_test.cc
+++ b/chrome/test/ppapi/ppapi_test.cc
@@ -329,7 +329,6 @@ void PPAPINaClTest::SetUpCommandLine(CommandLine* command_line) {
// Enable running NaCl outside of the store.
Mark Seaborn 2013/07/18 01:25:52 Update to "Enable running non-PNaCl NaCl"? Or som
sehr 2013/07/22 23:06:50 Done, but by adding (non-portable), as we don't ha
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);
@@ -366,7 +365,6 @@ void PPAPINaClTestDisallowedSockets::SetUpCommandLine(
// Enable running NaCl outside of the store.
Mark Seaborn 2013/07/18 01:25:52 Ditto
sehr 2013/07/22 23:06:50 Ditto. On 2013/07/18 01:25:52, Mark Seaborn wrote:
command_line->AppendSwitch(switches::kEnableNaCl);
- command_line->AppendSwitch(switches::kEnablePnacl);
}
// Append the correct mode and testcase string
« chrome/test/nacl/nacl_browsertest_util.h ('K') | « chrome/test/nacl/nacl_browsertest_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698