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

Unified Diff: chrome/browser/ui/views/location_bar/location_icon_view.h

Issue 2530353002: Views: Add a11y information for IconLabelBubbleView and LocationIconView. (Closed)
Patch Set: Reorder method declaration to match superclass. Created 4 years 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/location_bar/location_icon_view.h
diff --git a/chrome/browser/ui/views/location_bar/location_icon_view.h b/chrome/browser/ui/views/location_bar/location_icon_view.h
index 9bc850f1ff464e0392b3ce867d1dd57e8066f289..a16501dfaaf0ed16014b40692228bb96efa5d3fc 100644
--- a/chrome/browser/ui/views/location_bar/location_icon_view.h
+++ b/chrome/browser/ui/views/location_bar/location_icon_view.h
@@ -36,6 +36,7 @@ class LocationIconView : public IconLabelBubbleView,
base::string16* tooltip) const override;
SkColor GetTextColor() const override;
bool OnActivate(const ui::Event& event) override;
+ void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
// Whether we should show the tooltip for this icon or not.
void set_show_tooltip(bool show_tooltip) { show_tooltip_ = show_tooltip; }

Powered by Google App Engine
This is Rietveld 408576698