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

Unified Diff: gin/gin_features.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/flag_descriptions.cc ('k') | gin/public/gin_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/gin_features.cc
diff --git a/gin/gin_features.cc b/gin/gin_features.cc
index e6fe5ae1cca6f7a245ade7f56f89bf2869a01254..05fac67bdc7eeb12bd538906abb7c39daf6d2465 100644
--- a/gin/gin_features.cc
+++ b/gin/gin_features.cc
@@ -6,11 +6,6 @@
namespace features {
-// Enables future experimental features of V8.
-const base::Feature kV8Future {
- "V8Future", base::FEATURE_DISABLED_BY_DEFAULT
-};
-
// Disables the new compiler pipeline of V8, with the Ignition interpreter and
// TurboFan compiler.
const base::Feature kV8NoTurbo{"V8NoTurbo", base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('k') | gin/public/gin_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698