| 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;
|
|
|
|
|