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

Unified Diff: chrome/common/chrome_features.cc

Issue 2823523003: [Page Load Metrics] PageLoadMetrics Mojofication. (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/common/chrome_features.h ('k') | chrome/common/page_load_metrics/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index bc2a1a241345150bf6955d2a5e38276c8fff8af3..c41074d938bd23da1cdcdb1c0b5b103830cc73d9 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)
« no previous file with comments | « chrome/common/chrome_features.h ('k') | chrome/common/page_load_metrics/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698