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

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

Issue 2762123006: Android Autofill Accessibility, Phase I (Closed)
Patch Set: Move kAndroidAutofillAccessibility feature under OS_ANDROID. Created 3 years, 9 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
« no previous file with comments | « content/public/common/content_features.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index aa922aa58b977ecde4c552579bb526eb7f48fb55..65a7996fe8aba00f76ad3055affd72c6001dea1b 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -267,6 +267,11 @@ const base::Feature kSendBeaconThrowForBlobWithNonSimpleType{
base::FEATURE_DISABLED_BY_DEFAULT};
#if defined(OS_ANDROID)
+// Autofill Accessibility in Android.
+// crbug.com/627860
+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};
« no previous file with comments | « content/public/common/content_features.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698