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

Unified Diff: chrome/browser/about_flags.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 | « no previous file | chrome/browser/flag_descriptions.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 afc2a47e01ad3ff29ade9b345995b0375fdf4dfc..8d3aafad31cd53a1b1b5e234d1df8a8bc58951a6 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -951,9 +951,6 @@ const FeatureEntry kFeatureEntries[] = {
{"shared-array-buffer", flag_descriptions::kEnableSharedArrayBufferName,
flag_descriptions::kEnableSharedArrayBufferDescription, kOsAll,
FEATURE_VALUE_TYPE(features::kSharedArrayBuffer)},
- {"enable-v8-future", flag_descriptions::kV8FutureName,
- flag_descriptions::kV8FutureDescription, kOsAll,
- FEATURE_VALUE_TYPE(features::kV8Future)},
{"disable-v8-ignition-turbo",
flag_descriptions::kV8DisableIgnitionTurboName,
flag_descriptions::kV8DisableIgnitionTurboDescription, kOsAll,
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698