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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 12680004: Remove chrome/ code to handle App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert sync pref changes Created 7 years, 9 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/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 5703c8597b90a16f7f19ab531e8c1b8432537752..b5f850dc70644e033b687595e9e091be20272197 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -665,15 +665,6 @@ enum NotificationType {
// found update.
NOTIFICATION_EXTENSION_UPDATE_FOUND,
- // An installed app changed notification state (added or removed
- // notifications). The source is a Profile, and the details are a string
- // with the extension id of the app.
- NOTIFICATION_APP_NOTIFICATION_STATE_CHANGED,
-
- // Finished loading app notification manager.
- // The source is AppNotificationManager, and the details are NoDetails.
- NOTIFICATION_APP_NOTIFICATION_MANAGER_LOADED,
-
// Component Updater -------------------------------------------------------
// Sent when the component updater starts doing update checks. If no

Powered by Google App Engine
This is Rietveld 408576698