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

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: Mac 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 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:
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/autofill/password_generation_popup_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698