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

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

Issue 2762123006: Android Autofill Accessibility, Phase I (Closed)
Patch Set: Adds histograms for histograms test. 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
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..5a569dc6270d4df465b1614dc362d3f757c2dbe3 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -199,6 +199,11 @@ const base::Feature kScrollAnchoring{"ScrollAnchoring",
const base::Feature kServiceWorkerNavigationPreload{
"ServiceWorkerNavigationPreload", base::FEATURE_ENABLED_BY_DEFAULT};
+// Autofill Accessibility in Android.
+// crbug.com/627860
+const base::Feature kAndroidAutofillAccessibility{
+ "AndroidAutofillAccessibility", base::FEATURE_DISABLED_BY_DEFAULT};
+
// http://tc39.github.io/ecmascript_sharedmem/shmem.html
const base::Feature kSharedArrayBuffer{"SharedArrayBuffer",
base::FEATURE_DISABLED_BY_DEFAULT};

Powered by Google App Engine
This is Rietveld 408576698