Commit 2346af22 authored by Pete Williamson's avatar Pete Williamson Committed by Commit Bot

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/813014Reviewed-by: default avatarJian Li <jianli@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#522442}
parent bac5ecab
......@@ -2351,8 +2351,7 @@
{
"name": "Enabled",
"enable_features": [
"OfflinePagesAsyncDownload",
"OfflinePagesSvelte"
"OfflinePagesAsyncDownload"
]
}
]
......
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