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

Unified Diff: chrome/browser/about_flags.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: addresses comments 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/app/generated_resources.grd ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 17759b38fcc1769eddac4f94760e0c964cd48941..e8cec55a162578615dfffcdc876169754f2b5c62 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -802,6 +802,9 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-javascript-harmony", IDS_FLAGS_JAVASCRIPT_HARMONY_NAME,
IDS_FLAGS_JAVASCRIPT_HARMONY_DESCRIPTION, kOsAll,
SINGLE_VALUE_TYPE(switches::kJavaScriptHarmony)},
+ {"enable-asm-webassembly", IDS_FLAGS_ENABLE_ASM_WASM_NAME,
+ IDS_FLAGS_ENABLE_ASM_WASM_DESCRIPTION, kOsAll,
+ SINGLE_VALUE_TYPE(switches::kEnableAsmWasm)},
{"enable-webassembly", IDS_FLAGS_ENABLE_WASM_NAME,
IDS_FLAGS_ENABLE_WASM_DESCRIPTION, kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableWasm)},
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698