| Index: chrome/common/notification_type.h
|
| diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
|
| index 17ccf042edc5582e672fd96bbf82fb6d00fc35c9..30cbf516672c6031d7f820452f4c22b4fb81ae78 100644
|
| --- a/chrome/common/notification_type.h
|
| +++ b/chrome/common/notification_type.h
|
| @@ -949,6 +949,12 @@ class NotificationType {
|
| // are a ChromeCookieDetails object.
|
| COOKIE_CHANGED,
|
|
|
| + // Downloads ---------------------------------------------------------------
|
| +
|
| + // Sent when the download shelf appears or disappears. The source is the
|
| + // Browser object.
|
| + DOWNLOAD_SHELF_VISIBILITY_CHANGED,
|
| +
|
| #if defined(OS_CHROMEOS)
|
| // Sent when a chromium os user logs in.
|
| LOGIN_USER_CHANGED,
|
|
|