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

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

Issue 2980713002: Views a11y: Obey DialogDelegate::GetAccessibleWindowRole() rather than making a dialog-within-a-dia… (Closed)
Patch Set: Fix test Created 3 years, 5 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/conflicting_module_view_win.h
diff --git a/chrome/browser/ui/views/conflicting_module_view_win.h b/chrome/browser/ui/views/conflicting_module_view_win.h
index 5cb6b9088b7aa7770cdd6a83bc93247e6f921039..82aa9bef7a22fc1a69d621b14e38f1ccd22de469 100644
--- a/chrome/browser/ui/views/conflicting_module_view_win.h
+++ b/chrome/browser/ui/views/conflicting_module_view_win.h
@@ -31,15 +31,13 @@ class ConflictingModuleView : public views::BubbleDialogDelegateView,
// Shows the bubble and updates the counter for how often it has been shown.
void ShowBubble();
- // views::BubbleDialogDelegateView implementation:
+ // views::BubbleDialogDelegateView:
+ ui::AXRole GetAccessibleWindowRole() const override;
void OnWidgetClosing(views::Widget* widget) override;
bool Accept() override;
base::string16 GetDialogButtonLabel(ui::DialogButton button) const override;
void Init() override;
- // views::View implementation.
- void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
-
// EnumerateModulesModel::Observer:
void OnConflictsAcknowledged() override;
« no previous file with comments | « no previous file | chrome/browser/ui/views/conflicting_module_view_win.cc » ('j') | ui/views/window/dialog_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698