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

Unified Diff: chrome/browser/about_flags.cc

Issue 2740543002: [Gin] Add V8NoTurbo experiment to disable Ignition+TurboFan. (Closed)
Patch Set: Add histogram change 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/app/generated_resources.grd ('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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index e34b113d163d94c3c7d21ab437d96f358671d5fe..c5ef3d1b3543ec2dcd3127a55f668a5502f6d29a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -892,6 +892,9 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-v8-future", IDS_FLAGS_V8_FUTURE_NAME,
IDS_FLAGS_V8_FUTURE_DESCRIPTION, kOsAll,
FEATURE_VALUE_TYPE(features::kV8Future)},
+ {"disable-v8-ignition-turbo", IDS_FLAGS_V8_DISABLE_IGNITION_TURBO_NAME,
+ IDS_FLAGS_V8_DISABLE_IGNITION_TURBO_DESCRIPTION, kOsAll,
+ FEATURE_VALUE_TYPE(features::kV8NoTurbo)},
{"disable-software-rasterizer", IDS_FLAGS_SOFTWARE_RASTERIZER_NAME,
IDS_FLAGS_SOFTWARE_RASTERIZER_DESCRIPTION,
#if BUILDFLAG(ENABLE_SWIFTSHADER)
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | gin/gin_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698