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

Unified Diff: chrome/common/chrome_features.cc

Issue 2876153002: Support Using ScopedFeatureList in BrowserTest (Closed)
Patch Set: ilya comments addressed Created 3 years, 6 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 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)

Powered by Google App Engine
This is Rietveld 408576698