Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 497580c981d1a2b98f45b9ef4bda073464b81b6d..d66daed59cbb9d91d199f1619432a326acd744b0 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -5835,6 +5835,12 @@ Keep your key file in a safe place. You will need it to create new versions of y |
| <message name="IDS_FLAGS_V8_IGNITION_DESCRIPTION" desc="Description for the flag to enable the JavaScript interpreter."> |
| Enable V8 to use the experimental Ignition interpreter for JavaScript execution. |
| </message> |
| + <message name="IDS_FLAGS_ENABLE_ASM_WASM_NAME" desc="Title for the flag to enable Asm.js to WebAssembly."> |
|
bradnelson
2016/08/02 23:46:06
How about:
Experimental Validate Asm.js and conver
John
2016/08/03 14:12:15
Done.
|
| + Experimental Asm.js to WebAssembly |
| + </message> |
| + <message name="IDS_FLAGS_ENABLE_ASM_WASM_DESCRIPTION" desc="Description for the flag to enable Asm.js to WebAssembly."> |
| + Enable web pages to use experimental Asm.js to WebAssembly. |
|
bradnelson
2016/08/02 23:46:06
How about:
Validate Asm.js when "use asm" is prese
John
2016/08/03 14:12:15
Done.
|
| + </message> |
| <message name="IDS_FLAGS_ENABLE_WASM_NAME" desc="Title for the flag to enable WebAssembly."> |
| Experimental WebAssembly |
| </message> |