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

Unified Diff: ui/message_center/views/message_view.h

Issue 2318463002: arc: Make ChromeVox read an ARC custom notification (Closed)
Patch Set: rebase and cleanup Created 4 years, 3 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
« no previous file with comments | « ui/message_center/notification.cc ('k') | ui/message_center/views/message_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/message_view.h
diff --git a/ui/message_center/views/message_view.h b/ui/message_center/views/message_view.h
index bc53cae29638016018d0e0127017fbf228ab9fb7..69ae91b3f5598b1f98459a73a32b2cff1eaebe34 100644
--- a/ui/message_center/views/message_view.h
+++ b/ui/message_center/views/message_view.h
@@ -62,10 +62,6 @@ class MESSAGE_CENTER_EXPORT MessageView : public views::SlideOutView,
void RequestFocusOnCloseButton();
bool IsPinned();
- void set_accessible_name(const base::string16& accessible_name) {
- accessible_name_ = accessible_name;
- }
-
// Overridden from views::View:
void GetAccessibleState(ui::AXViewState* state) override;
bool OnMousePressed(const ui::MouseEvent& event) override;
« no previous file with comments | « ui/message_center/notification.cc ('k') | ui/message_center/views/message_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698