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

Unified Diff: chrome/browser/flag_descriptions.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 | « chrome/browser/flag_descriptions.h ('k') | content/app/strings/content_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 9ff4142425f93087a2d5f6b5ea50dbc7a5becd07..5d3f6b28ad390f22b98730ad0c1b742a785e1ea0 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[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/app/strings/content_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698