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

Unified Diff: ui/message_center/cocoa/notification_controller.h

Issue 21118002: Show progress bar notifications for Mac. (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 | « no previous file | ui/message_center/cocoa/notification_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/cocoa/notification_controller.h
diff --git a/ui/message_center/cocoa/notification_controller.h b/ui/message_center/cocoa/notification_controller.h
index 3f05a92b016cd3f8a4abd79ec2ff1c711fb4f5c2..da2dabcbdd2fc83790b6c9a9500caf29e5b58c8f 100644
--- a/ui/message_center/cocoa/notification_controller.h
+++ b/ui/message_center/cocoa/notification_controller.h
@@ -49,6 +49,9 @@ MESSAGE_CENTER_EXPORT
// Container for optional list item views.
base::scoped_nsobject<NSView> listItemView_;
+ // Container for optional progress bar view.
+ base::scoped_nsobject<NSProgressIndicator> progressBarView_;
+
// Container for optional items at the bottom of the notification.
base::scoped_nsobject<NSView> bottomView_;
}
« no previous file with comments | « no previous file | ui/message_center/cocoa/notification_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698