Index: chrome/browser/chrome_notification_types.h |
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h |
index 4c23ab20e178bf69e359ae1a057018ed6fc640c4..2583bb5050be41ca73b054203d8f99b27a471e5f 100644 |
--- a/chrome/browser/chrome_notification_types.h |
+++ b/chrome/browser/chrome_notification_types.h |
@@ -665,6 +665,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 |