Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(336)

Unified Diff: chrome/common/chrome_features.cc

Issue 2823523003: [Page Load Metrics] PageLoadMetrics Mojofication. (Closed)
Patch Set: Add unit test for page_load_metrics_struct_traits Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index 896f16f2c0cc9092e3ccda644422c2f30a18891d..bab50ac0047c81218a3724b7e43a4c3a8f3c5862 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -346,6 +346,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)

Powered by Google App Engine
This is Rietveld 408576698