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

Unified Diff: ui/message_center/notification_types.h

Issue 1447933002: Implement an indeterminate progress-bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split into two class Created 5 years, 1 month 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/notification_types.h
diff --git a/ui/message_center/notification_types.h b/ui/message_center/notification_types.h
index 88cfed22132c8aad2a774ed71eb751f8a7fe6af3..659d45d717e453557a8c40ad074b9dd89c61a3ac 100644
--- a/ui/message_center/notification_types.h
+++ b/ui/message_center/notification_types.h
@@ -30,7 +30,10 @@ enum NotificationType {
NOTIFICATION_TYPE_BASE_FORMAT,
NOTIFICATION_TYPE_IMAGE,
NOTIFICATION_TYPE_MULTIPLE,
- NOTIFICATION_TYPE_PROGRESS // Notification with progress bar.
+ // Notification with progress bar.
+ NOTIFICATION_TYPE_PROGRESS,
+ // Notification with indeterminate progress bar.
+ NOTIFICATION_TYPE_PROGRESS_INDETERMINATE,
Jun Mukai 2015/11/24 17:51:11 Based on my comment in NotificationView, I think y
yoshiki 2015/11/25 15:14:28 I misunderstood, you did't mean to add a flag cont
};
enum NotificationPriority {

Powered by Google App Engine
This is Rietveld 408576698