Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 318213002: Add custom interstitial for captive portals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Expand browser tests Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698