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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2786633002: Remove V8Future experiment. (Closed)
Patch Set: Rebase Created 3 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 | « chrome/browser/about_flags.cc ('k') | gin/gin_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 753a0886734d40ad1af20d83088d03fd6b356d36..63877eb6febaef5cfb98be3b192b88071265d96a 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -753,17 +753,12 @@ const char kJavascriptHarmonyName[] = "Experimental JavaScript";
const char kJavascriptHarmonyDescription[] =
"Enable web pages to use experimental JavaScript features.";
-const char kV8FutureName[] = "Experimental Features in V8 JavaScript execution";
-
-const char kV8FutureDescription[] =
- "Enable experimental features in V8 for JavaScript execution.";
-
const char kV8DisableIgnitionTurboName[] =
- "Disable the new JavaScript Compilation Pipeline";
+ "Classic JavaScript Compilation Pipeline";
const char kV8DisableIgnitionTurboDescription[] =
- "Disable V8's new Ignition interpreter and TurboFan compiler for "
- "JavaScript execution.";
+ "Enables V8's classic compilation pipeline for JavaScript execution "
+ "(disabling V8's new Ignition interpreter and TurboFan compiler)";
const char kEnableAsmWasmName[] =
"Experimental Validate Asm.js and convert to WebAssembly when valid.";
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | gin/gin_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698