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