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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 15295018: Continue bitmap fetching for notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced Notifications Bitmap Fetching improve unit tests Created 7 years, 7 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 3c5a498a2ed121c03f64fdf865946c16313c21a4..41065df3335703dcea9b6ff6e230b42974aab281 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -702,6 +702,10 @@ enum NotificationType {
// balloon host (the pointer is usable). No details are expected.
NOTIFICATION_NOTIFY_BALLOON_DISCONNECTED,
+ // This notification is sent when an image is downloaded by a background
+ // process for the sake of notifications for an image.
+ NOTIFICATION_NOTIFY_BITMAP_FETCH_COMPLETE,
dcheng 2013/05/22 19:38:35 Is it possible to make this change without adding
Pete Williamson 2013/05/23 16:47:29 I will need to listen to this notification in the
dcheng 2013/05/23 19:32:25 I would suggest using the delegate or observer pat
+
// Upgrade notifications ---------------------------------------------------
// Sent when Chrome believes an update has been installed and available for

Powered by Google App Engine
This is Rietveld 408576698