| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 63877eb6febaef5cfb98be3b192b88071265d96a..488bf0fdd6197845265492245119b8de50e26c21 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -2030,6 +2030,14 @@ const char kOfflinePagesSvelteConcurrentLoadingDescription[] =
|
| "Android svelte (512MB RAM) devices. Otherwise, background loading will "
|
| "happen when the svelte device is idle.";
|
|
|
| +const char kOfflinePagesLoadSignalCollectingName[] =
|
| + "Enables collecting load timing data for offline page snapshots.";
|
| +
|
| +const char kOfflinePagesLoadSignalCollectingDescription[] =
|
| + "Enables loading completeness data collection while writing an offline "
|
| + "page. This data is collected in the snapshotted offline page to allow "
|
| + "data analysis to improve deciding when to make the offline snapshot.";
|
| +
|
| const char kOfflinePagesPrefetchingName[] =
|
| "Enables suggested offline pages to be prefetched.";
|
|
|
|
|