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

Unified Diff: chrome/browser/flag_descriptions.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: 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[] =

Powered by Google App Engine
This is Rietveld 408576698