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

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

Issue 1578293003: Fullscreen bubble: Now speaks the bubble text if a11y enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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..ec613d79750fd22bfa9f9034837eeede919103cd 100644
--- a/chrome/browser/ui/views/subtle_notification_view.h
+++ b/chrome/browser/ui/views/subtle_notification_view.h
@@ -10,6 +10,10 @@
#include "ui/gfx/native_widget_types.h"
#include "ui/views/view.h"
+namespace ui {
+class AXViewState;
+}
+
namespace views {
class Link;
class LinkListener;
@@ -27,6 +31,9 @@ class SubtleNotificationView : public views::View {
explicit SubtleNotificationView(views::LinkListener* link_listener);
~SubtleNotificationView() override;
+ // views::View
+ void GetAccessibleState(ui::AXViewState* state) override;
+
void UpdateContent(const base::string16& instruction_text,
const base::string16& link_text);
« no previous file with comments | « chrome/browser/ui/views/exclusive_access_bubble_views.cc ('k') | chrome/browser/ui/views/subtle_notification_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698