| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index e1ad04d6b8d2021143529047d0a84c61b5ae9438..5e96ad8452e896d9f922bea559a476b5702745a6 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -929,6 +929,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,
|
|
|
|
|