| Index: content/public/common/content_features.h
|
| diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
|
| index 4f70c50c73e0810fd34dc6b4ee8d610ebe3c628a..92681729439c68297ebbf31c50f6c4d22711380c 100644
|
| --- a/content/public/common/content_features.h
|
| +++ b/content/public/common/content_features.h
|
| @@ -17,6 +17,7 @@ namespace features {
|
| // All features in alphabetical order. The features should be documented
|
| // alongside the definition of their values in the .cc file.
|
| CONTENT_EXPORT extern const base::Feature kBrotliEncoding;
|
| +CONTENT_EXPORT extern const base::Feature kCredentialManagementAPI;
|
| CONTENT_EXPORT extern const base::Feature kDownloadResumption;
|
| CONTENT_EXPORT extern const base::Feature kExperimentalFramework;
|
| CONTENT_EXPORT extern const base::Feature kOptimizeIPCForSmallResource;
|
|
|