| Index: chrome/browser/chrome_notification_types.h
|
| diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
|
| index 1f55cf96796074252dd72194a5da96bfa42aaf44..363c77f45f69dfb003efacc69fcfba142b9ee00a 100644
|
| --- a/chrome/browser/chrome_notification_types.h
|
| +++ b/chrome/browser/chrome_notification_types.h
|
| @@ -660,6 +660,11 @@ enum NotificationType {
|
| // source.
|
| NOTIFICATION_SESSION_RESTORE_DONE,
|
|
|
| + // Sent when the SSL interstitial delay timer fires.
|
| + // The source is the web contents, no details.
|
| + // Used in only tests.
|
| + NOTIFICATION_SSL_INTERSTITIAL_TIMER_FIRED,
|
| +
|
| // Note:-
|
| // Currently only Content and Chrome define and use notifications.
|
| // Custom notifications not belonging to Content and Chrome should start
|
|
|