Today the dino page button for download page later is controlled by a chrome flag and a finch config. Enable the flag by default, so we can someday remove the finch trial.
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/2346af220ddd5686f215f8e1d600e480e7d73e73 commit 2346af220ddd5686f215f8e1d600e480e7d73e73 Author: Pete Williamson <petewil@chromium.org> Date: Thu Dec 07 16:21:45 2017 Remove old unused "OfflinePagesSvelte" experiment Bug: 792290 Change-Id: I2321ae02cd36e54f372e22edd74db2253dbc6e9a Svelte is a term we use for android devices with <= 512MB memory. We used the OfflinePagesSvelte experiment originally to check if we should do background offlining on Svelte devices at all. We determined that we should, and eventually removed the flag in most places (but not here). This change removes the flag in the final place. There is a similarly named experimental flag for doing 'foreground' offlining on svelte devices - "OfflinePagesSvelteConcurrentLoading". We plan to enable it someday, but first we need to fix chromium so that we don't start an additional process. Chromium promises not to start more than two processes on android svelte devices. Change-Id: I2321ae02cd36e54f372e22edd74db2253dbc6e9a Reviewed-on: https://chromium-review.googlesource.com/813014 Reviewed-by: Jian Li <jianli@chromium.org> Reviewed-by: Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#522442} [modify] https://crrev.com/2346af220ddd5686f215f8e1d600e480e7d73e73/testing/variations/fieldtrial_testing_config.json
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/bf7978fce4eecfb1720fb36b9a986f9e9f7815f2 commit bf7978fce4eecfb1720fb36b9a986f9e9f7815f2 Author: Pete Williamson <petewil@chromium.org> Date: Thu Dec 07 18:02:16 2017 Turn the async offline page download feature on by default. This will allow us to someday remove the finch trial. Bug: 792290 Change-Id: I22fb674f3e3a2a612eedce0ed58a61ea10a08de6 Reviewed-on: https://chromium-review.googlesource.com/810091 Reviewed-by: Matt Menke <mmenke@chromium.org> Reviewed-by: Jian Li <jianli@chromium.org> Reviewed-by: Dmitry Titov <dimich@chromium.org> Commit-Queue: Peter Williamson <petewil@chromium.org> Cr-Commit-Position: refs/heads/master@{#522473} [modify] https://crrev.com/bf7978fce4eecfb1720fb36b9a986f9e9f7815f2/chrome/browser/about_flags.cc [modify] https://crrev.com/bf7978fce4eecfb1720fb36b9a986f9e9f7815f2/chrome/browser/flag_descriptions.cc [modify] https://crrev.com/bf7978fce4eecfb1720fb36b9a986f9e9f7815f2/chrome/browser/flag_descriptions.h [modify] https://crrev.com/bf7978fce4eecfb1720fb36b9a986f9e9f7815f2/components/error_page/common/localized_error.cc [modify] https://crrev.com/bf7978fce4eecfb1720fb36b9a986f9e9f7815f2/components/offline_pages/core/offline_page_feature.cc [modify] https://crrev.com/bf7978fce4eecfb1720fb36b9a986f9e9f7815f2/components/offline_pages/core/offline_page_feature.h
Comment 1 by bugdroid1@chromium.org
, Dec 7 2017