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

Unified Diff: chrome/browser/flag_descriptions.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/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index cdf91c1ecee2a8e1ec194a888901f00b91277410..45f927e1cfe3e48acfceaec572529c7e8909e121 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -289,6 +289,11 @@ const char kAccessibilityTabSwitcherName[] = "Accessibility Tab Switcher";
const char kAccessibilityTabSwitcherDescription[] =
"Enable the accessibility tab switcher for Android.";
+const char kAndroidAutofillAccessibilityName[] = "Autofill Accessibility";
+
+const char kAndroidAutofillAccessibilityDescription[] =
+ "Enable accessibility for autofill popup.";
+
const char kEnablePhysicalWebName[] = "Enable the Physical Web.";
const char kEnablePhysicalWebDescription[] =

Powered by Google App Engine
This is Rietveld 408576698