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

Unified Diff: gin/gin_features.cc

Issue 2264093002: [gin] Update Ignition experiment to pass --ignition-staging. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | 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 e9bd0a524784e5f3836c76fd61f6733e413194c4..b474b191ac34b6ec279d17db1bd45bcefb07aec2 100644
--- a/gin/gin_features.cc
+++ b/gin/gin_features.cc
@@ -17,16 +17,4 @@ const base::Feature kV8IgnitionLowEnd {
"V8IgnitionLowEnd", base::FEATURE_ENABLED_BY_DEFAULT
};
-// Enables lazy compilation for the V8 Ignition interpreter. Only
-// one of V8IgnitionLazy or V8IgnitionEager should be enabled.
-const base::Feature kV8IgnitionLazy {
- "V8IgnitionLazy", base::FEATURE_DISABLED_BY_DEFAULT
-};
-
-// Enables eager compilation for the V8 Ignition interpreter. Only
-// one of V8IgnitionLazy or V8IgnitionEager should be enabled.
-const base::Feature kV8IgnitionEager {
- "V8IgnitionEager", base::FEATURE_DISABLED_BY_DEFAULT
-};
-
} // namespace features
« no previous file with comments | « no previous file | gin/public/gin_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698