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

Unified Diff: chrome/browser/flag_descriptions.h

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.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 357a6959e3200c619f32c11abef3111e72230f68..265d4f3c0d1ab06d4439e8bc746e6616f24fbea0 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -296,6 +296,12 @@ extern const char kAccessibilityTabSwitcherName[];
// Description of the flag to enable the accessibility tab switcher.
extern const char kAccessibilityTabSwitcherDescription[];
+// Name of the flag to enable autofill accessibility.
+extern const char kAndroidAutofillAccessibilityName[];
+
+// Description of the flag to enable autofill accessibility.
+extern const char kAndroidAutofillAccessibilityDescription[];
+
// Name of the flag to enable the physical web feature.
extern const char kEnablePhysicalWebName[];

Powered by Google App Engine
This is Rietveld 408576698