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

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

Issue 2799343003: Add support for native extension notifications (Closed)
Patch Set: Remove dependent CL to land standalone 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 280c84df461e0fe43a28fa0c4751d4f758392a2b..9a6e678c77d48231c610147219cd3e0b2643e559 100644
--- a/chrome/browser/notifications/notification_common.h
+++ b/chrome/browser/notifications/notification_common.h
@@ -24,7 +24,8 @@ class NotificationCommon {
enum Type {
PERSISTENT = 0,
NON_PERSISTENT = 1,
- TYPE_MAX = NON_PERSISTENT
+ EXTENSION = 2,
+ TYPE_MAX = EXTENSION
};
// Open the Notification settings screen when clicking the right button.

Powered by Google App Engine
This is Rietveld 408576698