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

Side by Side Diff: ui/message_center/views/notification_view_md.h

Issue 2922903002: Add List notification support to new-style notification. (Closed)
Patch Set: Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_MESSAGE_CENTER_VIEWS_NOTIFICATION_VIEW_MD_H_ 5 #ifndef UI_MESSAGE_CENTER_VIEWS_NOTIFICATION_VIEW_MD_H_
6 #define UI_MESSAGE_CENTER_VIEWS_NOTIFICATION_VIEW_MD_H_ 6 #define UI_MESSAGE_CENTER_VIEWS_NOTIFICATION_VIEW_MD_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/gtest_prod_util.h" 10 #include "base/gtest_prod_util.h"
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 // Views in the bottom view 89 // Views in the bottom view
90 views::View* bottom_view_ = nullptr; 90 views::View* bottom_view_ = nullptr;
91 91
92 // Views in the floating controller 92 // Views in the floating controller
93 std::unique_ptr<views::ImageButton> settings_button_; 93 std::unique_ptr<views::ImageButton> settings_button_;
94 std::unique_ptr<views::ImageButton> close_button_; 94 std::unique_ptr<views::ImageButton> close_button_;
95 std::unique_ptr<views::ImageView> small_image_view_; 95 std::unique_ptr<views::ImageView> small_image_view_;
96 96
97 std::vector<NotificationButton*> action_buttons_; 97 std::vector<NotificationButton*> action_buttons_;
98 98
99 std::vector<views::View*> item_views_;
100
99 DISALLOW_COPY_AND_ASSIGN(NotificationViewMD); 101 DISALLOW_COPY_AND_ASSIGN(NotificationViewMD);
100 }; 102 };
101 103
102 } // namespace message_center 104 } // namespace message_center
103 105
104 #endif // UI_MESSAGE_CENTER_VIEWS_NOTIFICATION_VIEW_MD_H_ 106 #endif // UI_MESSAGE_CENTER_VIEWS_NOTIFICATION_VIEW_MD_H_
OLDNEW
« no previous file with comments | « no previous file | ui/message_center/views/notification_view_md.cc » ('j') | ui/message_center/views/notification_view_md.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698