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

Unified Diff: gin/v8_initializer.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 | « gin/public/gin_features.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/v8_initializer.cc
diff --git a/gin/v8_initializer.cc b/gin/v8_initializer.cc
index 9f7e7013b44a94c91576e28a18134aa10a480a8a..726d7c043a21a81b9ee2f434a8a6706d7c2de57e 100644
--- a/gin/v8_initializer.cc
+++ b/gin/v8_initializer.cc
@@ -371,10 +371,6 @@ void V8Initializer::Initialize(IsolateHolder::ScriptMode mode,
ignition_enabled_crash_key = "N";
std::string flag("--no-turbo");
v8::V8::SetFlagsFromString(flag.c_str(), static_cast<int>(flag.size()));
- } else if (base::FeatureList::IsEnabled(features::kV8Future)) {
- ignition_enabled_crash_key = "Y";
- std::string flag("--future");
- v8::V8::SetFlagsFromString(flag.c_str(), static_cast<int>(flag.size()));
} else if (base::FeatureList::IsEnabled(features::kV8IgnitionLowEnd) &&
base::SysInfo::IsLowEndDevice()) {
ignition_enabled_crash_key = "Y";
« no previous file with comments | « gin/public/gin_features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698