commit | 1f9056a847d875f55b89f7ac0086408a7bfe4146 | [log] [tgz] |
---|---|---|
author | Aleks Totic <[email protected]> | Tue Dec 01 01:51:15 2020 |
committer | Chromium LUCI CQ <[email protected]> | Tue Dec 01 01:51:15 2020 |
tree | 1b9af4f42977003e54b42b80af1947a8ef0d44e3 | |
parent | 37fc90e863a72ca191b1cfc712ed669834c429e0 [diff] [blame] |
[TablesNG] Chrome flag to enable TablesNG Adds flag to enable TablesNG to Chrome. Off by default. Plan is for tables to be feature complete by Dec 4th. This is the first public step towards TablesNG release. Bug: 958381 Change-Id: Idce9980395cbfc860fa4fd5834e56db9bc7cdfc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2566251 Commit-Queue: Aleks Totic <[email protected]> Reviewed-by: Ian Kilpatrick <[email protected]> Cr-Commit-Position: refs/heads/master@{#832152}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index a664609..494edb6 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -456,6 +456,9 @@ extern const char kEnableLayoutNGName[]; extern const char kEnableLayoutNGDescription[]; +extern const char kEnableLayoutNGTableName[]; +extern const char kEnableLayoutNGTableDescription[]; + extern const char kEnableLazyFrameLoadingName[]; extern const char kEnableLazyFrameLoadingDescription[];