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 e7c18b07dcc5879879ef00cc60a7089182d9f39c..640203cbb3275693362372b972e1467c84b750c2 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 AccessibleName() = 0; |
virtual const gfx::Range& HelpTextLinkRange() = 0; |
protected: |