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

Unified Diff: chrome/browser/about_flags.cc

Issue 1820933002: Add Ignition to about:flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update description and move to using feature-api. Created 4 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d1a8ea4426bb2ac251568c9eb50df1d1a211b0d7..cef3f1c83e2ed0491967e51a77ecba7d3517263c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -700,6 +700,9 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-webassembly", IDS_FLAGS_ENABLE_WASM_NAME,
IDS_FLAGS_ENABLE_WASM_DESCRIPTION, kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableWasm)},
+ {"enable-ignition", IDS_FLAGS_V8_IGNITION_NAME,
+ IDS_FLAGS_V8_IGNITION_DESCRIPTION, kOsAll,
+ FEATURE_VALUE_TYPE(features::kV8Ignition)},
{"disable-software-rasterizer", IDS_FLAGS_SOFTWARE_RASTERIZER_NAME,
IDS_FLAGS_SOFTWARE_RASTERIZER_DESCRIPTION,
#if defined(ENABLE_SWIFTSHADER)

Powered by Google App Engine
This is Rietveld 408576698