Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2044)

Unified Diff: content/public/common/content_features.cc

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: ifdef Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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};

Powered by Google App Engine
This is Rietveld 408576698