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

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

Issue 2676893002: [Android History] Fix chrome://history redirect (Closed)
Patch Set: [Android History] Fix chrome://history redirect Created 3 years, 10 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 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};

Powered by Google App Engine
This is Rietveld 408576698