| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index d07f061fe12d36711b4defb63d824ccb0197229e..f481a9d8a6dc518a3b4bfc3d069129dc7b9c4efd 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -382,6 +382,9 @@ const base::Feature kInstantTethering{"InstantTethering",
|
| const base::Feature kPageLoadMetricsMojofication{
|
| "PLMMojofication", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +const base::Feature kNetworkPrediction{"NetworkPrediction",
|
| + base::FEATURE_ENABLED_BY_DEFAULT};
|
| +
|
| bool PrefServiceEnabled() {
|
| return base::FeatureList::IsEnabled(features::kPrefService) ||
|
| #if BUILDFLAG(ENABLE_PACKAGE_MASH_SERVICES)
|
|
|