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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2200403002: [asm.js] [wasm] Adds a UI flag for enabling the Wasm backend for Asm.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes histograms.xml Created 4 years, 4 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 | « chrome/browser/about_flags.cc ('k') | content/public/common/content_switches.h » ('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 c00b48914a3ccf4fe64d34460caac1e3c434b4a2..0f46bc25fc79686f69cde498ff952de25f84de10 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1635,6 +1635,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
#endif
switches::kEnableNetBenchmarking,
switches::kEnableNewBookmarkApps,
+ switches::kEnableAsmWasm,
jam 2016/08/10 17:32:50 since this is a command line flag that content kno
John 2016/08/11 11:33:00 Done. As per offline talk, kEnableWasm was also mo
switches::kEnableWasm,
#if !defined(DISABLE_NACL)
switches::kForcePNaClSubzero,
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698