Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index 25534a5ca7f5c820bac37db411a312921e9d4fcf..2403d7044c5d3c3f3cb47e5601538387d8be120f 100644 |
--- a/chrome/common/chrome_features.cc |
+++ b/chrome/common/chrome_features.cc |
@@ -261,6 +261,9 @@ const base::Feature kNativeNotifications{"NativeNotifications", |
#endif |
#endif // BUILDFLAG(ENABLE_NATIVE_NOTIFICATIONS) |
+const base::Feature kNetworkPrediction{"NetworkPrediction", |
+ base::FEATURE_ENABLED_BY_DEFAULT}; |
+ |
// If enabled, the list of content suggestions on the New Tab page will contain |
// pages that the user downloaded for later use. |
const base::Feature kOfflinePageDownloadSuggestionsFeature{ |