Move ViewsDelegate::NotifyAccessibilityEvent to an observer pattern
https://chromium-review.googlesource.com/c/chromium/src/+/1352265
This commit is contained in:
parent
5f941c5180
commit
85333a5974
2 changed files with 0 additions and 5 deletions
|
@ -47,9 +47,6 @@ bool ViewsDelegate::GetSavedWindowPlacement(
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ViewsDelegate::NotifyAccessibilityEvent(views::View* view,
|
|
||||||
ax::mojom::Event event_type) {}
|
|
||||||
|
|
||||||
void ViewsDelegate::NotifyMenuItemFocused(const base::string16& menu_name,
|
void ViewsDelegate::NotifyMenuItemFocused(const base::string16& menu_name,
|
||||||
const base::string16& menu_item_name,
|
const base::string16& menu_item_name,
|
||||||
int item_index,
|
int item_index,
|
||||||
|
|
|
@ -27,8 +27,6 @@ class ViewsDelegate : public views::ViewsDelegate {
|
||||||
const std::string& window_name,
|
const std::string& window_name,
|
||||||
gfx::Rect* bounds,
|
gfx::Rect* bounds,
|
||||||
ui::WindowShowState* show_state) const override;
|
ui::WindowShowState* show_state) const override;
|
||||||
void NotifyAccessibilityEvent(views::View* view,
|
|
||||||
ax::mojom::Event event_type) override;
|
|
||||||
void NotifyMenuItemFocused(const base::string16& menu_name,
|
void NotifyMenuItemFocused(const base::string16& menu_name,
|
||||||
const base::string16& menu_item_name,
|
const base::string16& menu_item_name,
|
||||||
int item_index,
|
int item_index,
|
||||||
|
|
Loading…
Reference in a new issue