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

Unified Diff: chrome/browser/about_flags.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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 7b6ea0f4ebe9259d92943574a4b6f413799abb27..cc561aefdb42298e7d0be777792b20a8de2367d1 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1384,6 +1384,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