[LayoutNG] Add a chrome:://flags for LayoutNG
This is to allow easy user-testing.
Bug: 591099
Change-Id: Ib08bbe1144b27c0fa37de9a12be9d4d21d00f52e
Reviewed-on: https://chromium-review.googlesource.com/1124138
Reviewed-by: Kinuko Yasuda <[email protected]>
Reviewed-by: Emil A Eklund <[email protected]>
Reviewed-by: Dmitry Gozman <[email protected]>
Commit-Queue: Ian Kilpatrick <[email protected]>
Cr-Commit-Position: refs/heads/master@{#572466}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 52f918fe..f114be4 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3832,6 +3832,10 @@
flag_descriptions::kLayeredAPIDescription, kOsAll,
FEATURE_VALUE_TYPE(features::kLayeredAPI)},
+ {"enable-layout-ng", flag_descriptions::kEnableLayoutNGName,
+ flag_descriptions::kEnableLayoutNGDescription, kOsAll,
+ FEATURE_VALUE_TYPE(blink::features::kLayoutNG)},
+
{"enable-lazy-frame-loading",
flag_descriptions::kEnableLazyFrameLoadingName,
flag_descriptions::kEnableLazyFrameLoadingDescription, kOsAll,