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

Unified Diff: chrome/browser/ui/autofill/password_generation_popup_controller.h

Issue 657633004: [Password Generation] Add accessibility alert when popup is shown in Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/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:

Powered by Google App Engine
This is Rietveld 408576698