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

Unified Diff: chrome/browser/ui/views/subtle_notification_view.h

Issue 2010493005: a11y/Mac: Add screenreader support for SubtleNotificationView announcements. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and use title instead of value. Created 4 years, 6 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/views/subtle_notification_view.h
diff --git a/chrome/browser/ui/views/subtle_notification_view.h b/chrome/browser/ui/views/subtle_notification_view.h
index c04296a91029066f04322064425481390ebb8cc4..ec925340d953125a01da10728f826f36f723df79 100644
--- a/chrome/browser/ui/views/subtle_notification_view.h
+++ b/chrome/browser/ui/views/subtle_notification_view.h
@@ -37,6 +37,9 @@ class SubtleNotificationView : public views::View {
SubtleNotificationView* view,
bool accept_events);
+ // views::View:
+ void GetAccessibleState(ui::AXViewState* state) override;
+
private:
class InstructionView;

Powered by Google App Engine
This is Rietveld 408576698