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

Unified Diff: ui/message_center/notification_types.h

Issue 415143002: A few source code cosmetics for notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « chrome/browser/extensions/api/notifications/notifications_api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notification_types.h
diff --git a/ui/message_center/notification_types.h b/ui/message_center/notification_types.h
index 24d1f1470862ce834efbfd7a5af7d37746a4c728..88cfed22132c8aad2a774ed71eb751f8a7fe6af3 100644
--- a/ui/message_center/notification_types.h
+++ b/ui/message_center/notification_types.h
@@ -5,9 +5,6 @@
#ifndef UI_MESSAGE_CENTER_NOTIFICATION_TYPES_H_
#define UI_MESSAGE_CENTER_NOTIFICATION_TYPES_H_
-
-#include <string>
-
#include "ui/message_center/message_center_export.h"
namespace message_center {
@@ -33,7 +30,7 @@ enum NotificationType {
NOTIFICATION_TYPE_BASE_FORMAT,
NOTIFICATION_TYPE_IMAGE,
NOTIFICATION_TYPE_MULTIPLE,
- NOTIFICATION_TYPE_PROGRESS
+ NOTIFICATION_TYPE_PROGRESS // Notification with progress bar.
};
enum NotificationPriority {
« no previous file with comments | « chrome/browser/extensions/api/notifications/notifications_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698