| 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[] =
|
|
|