| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 3949411d8017577a9bb1f6dcbf7f27590ad778d0..8d438eb4b60f24ea199b7dfde4156c0aa8de6314 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -332,6 +332,10 @@ const base::Feature kCrosCompUpdates{"CrosCompUpdates",
|
| base::FEATURE_ENABLED_BY_DEFAULT};
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| +// Enables or disables Page Load Metrics using mojo IPC.
|
| +const base::Feature kPageLoadMetricsMojofication{
|
| + "PLMMojofication", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| bool PrefServiceEnabled() {
|
| return base::FeatureList::IsEnabled(features::kPrefService) ||
|
| #if BUILDFLAG(ENABLE_PACKAGE_MASH_SERVICES)
|
|
|