| Index: chrome/browser/chrome_notification_types.h
|
| diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
|
| index 1d72e8f18f2a5eb72c655038828379ab955b2f14..5daf8ae4e6afbba35fe51426b0ac256e49dd6c7e 100644
|
| --- a/chrome/browser/chrome_notification_types.h
|
| +++ b/chrome/browser/chrome_notification_types.h
|
| @@ -273,6 +273,10 @@ enum NotificationType {
|
| // expected.
|
| NOTIFICATION_UPGRADE_RECOMMENDED,
|
|
|
| + // Sent when Chrome believes an update is available, but downloading requires
|
| + // user's permission as current connection is cellular.
|
| + NOTIFICATION_UPDATE_OVER_CELLULAR_AVAILABLE,
|
| +
|
| // Sent when a critical update has been installed. No details are expected.
|
| NOTIFICATION_CRITICAL_UPGRADE_INSTALLED,
|
|
|
|
|