Chromium Code Reviews| 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 |
|
sky
2017/05/18 15:50:43
Seen comments on line 25-27. What would it take to
weidongg
2017/05/18 20:36:35
Oh, I didn't notice that. I migrate this notificat
|
| + // 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, |