Chromium Code Reviews| Index: chrome/browser/ui/autofill/password_generation_popup_controller.h |
| diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller.h b/chrome/browser/ui/autofill/password_generation_popup_controller.h |
| index e7434e9d5a256881295841104b60228b86ea8bda..ac57392316c43b9670592b88b2a4c8c6c87a7ebd 100644 |
| --- a/chrome/browser/ui/autofill/password_generation_popup_controller.h |
| +++ b/chrome/browser/ui/autofill/password_generation_popup_controller.h |
| @@ -42,6 +42,7 @@ class PasswordGenerationPopupController : public AutofillPopupViewDelegate { |
| // Translated strings |
| virtual base::string16 SuggestedText() = 0; |
| virtual const base::string16& HelpText() = 0; |
| + virtual base::string16 AccessibilityName() = 0; |
|
dmazzoni
2014/10/17 16:23:12
AccessibleName
Garrett Casto
2014/10/17 19:04:14
Done.
|
| virtual const gfx::Range& HelpTextLinkRange() = 0; |
| protected: |