| Index: content/public/common/content_features.h
|
| diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
|
| index 00b71c9111c5e776607593219a2bde0a0296a057..67d1954454eb628b1fca88b8e5595a847c0202bc 100644
|
| --- a/content/public/common/content_features.h
|
| +++ b/content/public/common/content_features.h
|
| @@ -8,12 +8,14 @@
|
| #ifndef CONTENT_PUBLIC_COMMON_CONTENT_FEATURES_H_
|
| #define CONTENT_PUBLIC_COMMON_CONTENT_FEATURES_H_
|
|
|
| -#include "build/build_config.h"
|
| #include "base/feature_list.h"
|
| +#include "build/build_config.h"
|
| #include "content/common/content_export.h"
|
|
|
| namespace content {
|
|
|
| +CONTENT_EXPORT extern const base::Feature kDownloadResumptionFeature;
|
| +
|
| #if defined(OS_ANDROID)
|
| // FeatureList definition for the Seccomp field trial.
|
| CONTENT_EXPORT extern const base::Feature kSeccompSandboxAndroidFeature;
|
|
|