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

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: mmenke comments 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 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

Powered by Google App Engine
This is Rietveld 408576698