| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 39d949c8dec45707fd767dc3152efa9b3d29d18d..c94343b30ff0bb8036bbd605c674fe29d1eef771 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -20,6 +20,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)
|
| @@ -153,6 +155,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
|
|
|