Commit 495de654 authored by Scott Little's avatar Scott Little Committed by Commit Bot

LazyLoad: Extend expiry milestones of LazyLoad flags.

The flags that control native lazy loading behavior are still useful for
easily testing how a site works with vs. without lazy loading, so this
CL extends the expiry milestones of these flags.

Change-Id: Ic6b23ca568028cb71dfbfa3e2f34737dfda91f71
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159532Reviewed-by: default avatarDominic Farolino <dom@chromium.org>
Commit-Queue: Scott Little <sclittle@chromium.org>
Auto-Submit: Scott Little <sclittle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#761132}
parent 918a07db
......@@ -1628,12 +1628,12 @@
{
"name": "enable-lazy-frame-loading",
"owners": [ "//components/data_reduction_proxy/OWNERS" ],
"expiry_milestone": 84
"expiry_milestone": 90
},
{
"name": "enable-lazy-image-loading",
"owners": [ "//components/data_reduction_proxy/OWNERS" ],
"expiry_milestone": 84
"expiry_milestone": 90
},
{
"name": "enable-lite-page-server-previews",
......
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