| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 631a78d2209dda00d6359908a6f9ffca89d072fb..408d0e23b78d4228313424359558b640767e7c37 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2085,6 +2085,11 @@ const FeatureEntry kFeatureEntries[] = {
|
| IDS_FLAGS_ENABLE_CONSISTENT_OMNIBOX_GEOLOCATION_NAME,
|
| IDS_FLAGS_ENABLE_CONSISTENT_OMNIBOX_GEOLOCATION_DESCRIPTION, kOsAndroid,
|
| FEATURE_VALUE_TYPE(features::kConsistentOmniboxGeolocation)},
|
| + {"concurrent-background-loading-on-svelte",
|
| + IDS_FLAGS_OFFLINE_PAGES_SVELTE_CONCURRENT_LOADING_NAME,
|
| + IDS_FLAGS_OFFLINE_PAGES_SVELTE_CONCURRENT_LOADING_DESCRIPTION, kOsAndroid,
|
| + FEATURE_VALUE_TYPE(
|
| + offline_pages::kOfflinePagesSvelteConcurrentLoadingFeature)},
|
| #endif
|
| // NOTE: Adding new command-line switches requires adding corresponding
|
| // entries to enum "LoginCustomFlags" in histograms.xml. See note in
|
|
|