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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 1005173006: Add a switch for using PNaCl Subzero and use it for -O0 translation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix takefileinfo Created 5 years, 9 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
« no previous file with comments | « no previous file | chrome/test/nacl/nacl_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index b717c20f376e875e08c8980786a2b4f569c52d09..e1d18627a3c4f59c70463e7cb3f24add15c4cd68 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1345,6 +1345,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
#if !defined(DISABLE_NACL)
switches::kEnableNaClDebug,
switches::kEnableNaClNonSfiMode,
+ switches::kEnablePNaClSubzero,
#endif
switches::kEnableNetBenchmarking,
switches::kEnableNewBookmarkApps,
@@ -1391,6 +1392,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
#if !defined(DISABLE_NACL)
switches::kEnableNaClDebug,
switches::kEnableNaClNonSfiMode,
+ switches::kEnablePNaClSubzero,
switches::kNaClDangerousNoSandboxNonSfi,
switches::kUseNaClHelperNonSfi,
#endif
« no previous file with comments | « no previous file | chrome/test/nacl/nacl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698