Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index e2467d8932054763a70176111744f2c06f45705e..39a82bf6c186cfc505726fcbb7cca952e493548e 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -919,6 +919,10 @@ enum NotificationType { |
// Sent when the cached profile info has changed. |
NOTIFICATION_PROFILE_CACHED_INFO_CHANGED, |
+ // Sent when the cached profile has finished writing a profile picture to |
+ // disk. |
+ NOTIFICATION_PROFILE_CACHE_PICTURE_SAVED, |
+ |
// Sent when the browser enters or exits fullscreen mode. |
NOTIFICATION_FULLSCREEN_CHANGED, |