| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index a35805dcfd95b1eaba8f33b554bf2756e1983728..5c49a67105d49536d4ba9651a8a9e4cf4ca681f6 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -310,10 +310,6 @@ const base::Feature kSendBeaconThrowForBlobWithNonSimpleType{
|
| const base::Feature kAndroidAutofillAccessibility{
|
| "AndroidAutofillAccessibility", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| -// 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_ENABLED_BY_DEFAULT};
|
|
|