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

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: stuff 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') | chrome/test/nacl/nacl_browsertest.cc » ('J')
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 f3d767f5790f955d8df52b54a1ce038bf0a7c366..3f8ea1b2ebcfeb76b90ac3de73e20f425c9ef82f 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1420,6 +1420,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
#if !defined(DISABLE_NACL)
switches::kEnableNaClDebug,
switches::kEnableNaClNonSfiMode,
+ switches::kEnablePNaClSubzero,
#endif
switches::kEnableNetBenchmarking,
switches::kEnableNewBookmarkApps,
@@ -1466,6 +1467,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') | chrome/test/nacl/nacl_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698