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

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

Issue 2329633003: Implement progress bar spec (determinate and indeterminate). (Closed)
Patch Set: better example code 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
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 efcba38cf2f146668e16a7324b349fba1ca7f828..9acb184ef4d0f83f75094a16fc0983b65b528e12 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;
@@ -105,7 +104,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_;

Powered by Google App Engine
This is Rietveld 408576698