Commit 296b1c5d authored by Hongbo Song's avatar Hongbo Song Committed by Chromium LUCI CQ

Flip the flag to enable layout shift normalization on Canary for future experiment.


Bug: 1152552
Change-Id: I8d8de0c6ffc4bcaad61e914736ecfe1428a6a472
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2588642
Commit-Queue: Hongbo Song <hbsong@google.com>
Reviewed-by: default avatarSteve Kobes <skobes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836781}
parent be33f16b
...@@ -56,7 +56,7 @@ namespace { ...@@ -56,7 +56,7 @@ namespace {
const char kOfflinePreviewsMimeType[] = "multipart/related"; const char kOfflinePreviewsMimeType[] = "multipart/related";
extern const base::Feature kLayoutShiftNormalizationRecordUKM{ extern const base::Feature kLayoutShiftNormalizationRecordUKM{
"LayoutShiftNormalizationRecordUKM", base::FEATURE_DISABLED_BY_DEFAULT}; "LayoutShiftNormalizationRecordUKM", base::FEATURE_ENABLED_BY_DEFAULT};
bool IsSupportedProtocol(page_load_metrics::NetworkProtocol protocol) { bool IsSupportedProtocol(page_load_metrics::NetworkProtocol protocol) {
switch (protocol) { switch (protocol) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment