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

Unified Diff: chrome/browser/chromeos/status/status_area_bubble.h

Issue 8511004: Fix to correctly set accessible state of StatusAreaBubbleContentView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/status/status_area_bubble.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/status/status_area_bubble.h
diff --git a/chrome/browser/chromeos/status/status_area_bubble.h b/chrome/browser/chromeos/status/status_area_bubble.h
index dba5939e9bb861a937b857346300b5977774c847..7935494302c23b34cd638817e4aa29e522df825a 100644
--- a/chrome/browser/chromeos/status/status_area_bubble.h
+++ b/chrome/browser/chromeos/status/status_area_bubble.h
@@ -30,6 +30,9 @@ class StatusAreaBubbleContentView : public views::View {
views::View* icon_view() const { return icon_view_; }
+ // views::View override
+ virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
+
private:
views::View* icon_view_;
views::Label* message_view_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/status/status_area_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698