| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 0ed194494d772bc266116e5e6489112763c2618d..765cb4a9b46f944063aec4d135df690b432e28c9 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -270,6 +270,10 @@ const base::Feature kSendBeaconThrowForBlobWithNonSimpleType{
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| #if defined(OS_ANDROID)
|
| +// A browsing history manager implementation for Android.
|
| +const base::Feature kNativeAndroidHistoryManager{
|
| + "AndroidHistoryManager", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // FeatureList definition for the Seccomp field trial.
|
| const base::Feature kSeccompSandboxAndroid{"SeccompSandboxAndroid",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|