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

Unified Diff: chrome/common/notification_type.h

Issue 969003: Make repost form warning tab-modal on Mac. (Closed)
Patch Set: Remove an unnecessary line. Created 10 years, 9 months 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/form.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 4b242daf14700940c91512729760fcbb19477b13..6643972807717275ee578cd52ec2180db5916b06 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -873,6 +873,10 @@ class NotificationType {
LOGIN_AUTHENTICATION,
#endif
+ // Sent before a page is reloaded or the repost form warning is brought up.
+ // The source is a NavigationController.
+ RELOADING,
+
// Count (must be last) ----------------------------------------------------
// Used to determine the number of notification types. Not valid as
// a type parameter when registering for or posting notifications.
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/form.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698