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

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

Issue 18662006: Support creating progress bar notification for Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix per feedbacks Created 7 years, 5 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_types.h ('k') | ui/message_center/views/notification_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/notification_view.h
diff --git a/ui/message_center/views/notification_view.h b/ui/message_center/views/notification_view.h
index d70baaa5068aa6cd89082801bac36ed9967f2528..622e2c3bd69656bba197d31260169600b99c646a 100644
--- a/ui/message_center/views/notification_view.h
+++ b/ui/message_center/views/notification_view.h
@@ -10,6 +10,10 @@
#include "ui/message_center/message_center_export.h"
#include "ui/message_center/views/message_view.h"
+namespace views {
+class ProgressBar;
+}
+
namespace message_center {
class BoundedLabel;
@@ -71,6 +75,7 @@ class MESSAGE_CENTER_EXPORT NotificationView : public MessageView {
views::View* icon_view_;
views::View* bottom_view_;
views::View* image_view_;
+ views::ProgressBar* progress_bar_view_;
std::vector<views::View*> action_buttons_;
DISALLOW_COPY_AND_ASSIGN(NotificationView);
« no previous file with comments | « ui/message_center/notification_types.h ('k') | ui/message_center/views/notification_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698