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

Unified Diff: chrome/browser/notifications/notification_common.h

Issue 2703213004: Migrate extension notifications to the new NotificationDisplayService (Closed)
Patch Set: Migrate extension notifications to the new NotificationDisplayService Created 3 years, 8 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: chrome/browser/notifications/notification_common.h
diff --git a/chrome/browser/notifications/notification_common.h b/chrome/browser/notifications/notification_common.h
index 9a6e678c77d48231c610147219cd3e0b2643e559..9bf8d48a364e1c968c40b655abe8785ef19071d1 100644
--- a/chrome/browser/notifications/notification_common.h
+++ b/chrome/browser/notifications/notification_common.h
@@ -13,6 +13,7 @@ class BrowserContext;
class NotificationCommon {
public:
// Things as user can do to a notification.
+ // TODO(peter): Prefix these options with OPERATION_.
enum Operation {
CLICK = 0,
CLOSE = 1,
@@ -21,6 +22,7 @@ class NotificationCommon {
};
// Possible kinds of notifications
+ // TODO(peter): Prefix these options with TYPE_.
enum Type {
PERSISTENT = 0,
NON_PERSISTENT = 1,

Powered by Google App Engine
This is Rietveld 408576698