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, |
+ |
// Upgrade notifications --------------------------------------------------- |
// Sent when Chrome believes an update has been installed and available for |