| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index c88588a4404f9677d8a452a798ed3ba939ff1474..a1f927ad34007d2755350c3eb515c3bbce8eabce 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -376,6 +376,10 @@ const base::Feature kCrOSComponent{"CrOSComponent",
|
| base::FEATURE_DISABLED_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)
|
|
|