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

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

Issue 2329633003: Implement progress bar spec (determinate and indeterminate). (Closed)
Patch Set: attempt to unbreak mac and unit test 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/views/notification_progress_bar.cc ('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 acc3a8f4b8ea76e0af7b03affc5cffdfb7fcd915..19ce7ef1a206b505ef1e905dadbeccb9901ebaf5 100644
--- a/ui/message_center/views/notification_view.h
+++ b/ui/message_center/views/notification_view.h
@@ -24,7 +24,6 @@ namespace message_center {
class BoundedLabel;
class MessageCenter;
class NotificationButton;
-class NotificationProgressBarBase;
class PaddedButton;
class ProportionalImageView;
@@ -104,7 +103,7 @@ class MESSAGE_CENTER_EXPORT NotificationView
views::View* bottom_view_ = nullptr;
views::View* image_container_ = nullptr;
ProportionalImageView* image_view_ = nullptr;
- NotificationProgressBarBase* progress_bar_view_ = nullptr;
+ views::ProgressBar* progress_bar_view_ = nullptr;
std::vector<NotificationButton*> action_buttons_;
std::vector<views::View*> separators_;
« no previous file with comments | « ui/message_center/views/notification_progress_bar.cc ('k') | ui/message_center/views/notification_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698