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

Unified Diff: chrome/browser/about_flags.cc

Issue 2762123006: Android Autofill Accessibility, Phase I (Closed)
Patch Set: Adds android autofill accessibility to about-flags.cc 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 8fed82549c57f7f4de2dca44846afe7b53ab8de1..0a2d543991732b7174b3c309806e29a3894a3f0c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1397,6 +1397,10 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kAccessibilityTabSwitcherName,
flag_descriptions::kAccessibilityTabSwitcherDescription, kOsAndroid,
SINGLE_VALUE_TYPE(switches::kEnableAccessibilityTabSwitcher)},
+ {"enable-android-autofill-accessibility",
+ flag_descriptions::kAndroidAutofillAccessibilityName,
+ flag_descriptions::kAndroidAutofillAccessibilityDescription, kOsAndroid,
+ FEATURE_VALUE_TYPE(features::kAndroidAutofillAccessibility)},
{"enable-physical-web", flag_descriptions::kEnablePhysicalWebName,
flag_descriptions::kEnablePhysicalWebDescription, kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kPhysicalWebFeature)},

Powered by Google App Engine
This is Rietveld 408576698