Index: chrome/common/chrome_features.h |
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h |
index 014f3fda95f9312de63613a25814281f9830f20c..e5b210d03f7a3762bddfd9617e4faeece14f4e47 100644 |
--- a/chrome/common/chrome_features.h |
+++ b/chrome/common/chrome_features.h |
@@ -19,6 +19,8 @@ namespace features { |
// All features in alphabetical order. The features should be documented |
// alongside the definition of their values in the .cc file. |
+extern const base::Feature kAdsFeature; |
+ |
#if defined(OS_ANDROID) |
extern const base::Feature kAllowAutoplayUnmutedInWebappManifestScope; |
#endif // defined(OS_ANDROID) |
@@ -139,6 +141,8 @@ extern const base::Feature kOneGoogleBarOnLocalNtp; |
extern const base::Feature kPermissionsBlacklist; |
+extern const base::Feature kPreconnectMore; |
+ |
#if defined(OS_WIN) |
extern const base::Feature kDisablePostScriptPrinting; |
#endif |