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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 2793443003: Removed NOTIFICATION_BROWSER_CLOSING notification (Closed)
Patch Set: Removed unused headers from unload controllers Created 3 years, 8 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
Index: chrome/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index 6c46a7101f7774c114017b9596b3828797fcf4df..1d72e8f18f2a5eb72c655038828379ab955b2f14 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -40,12 +40,6 @@ enum NotificationType {
// containing the affected Browser. No details are expected.
NOTIFICATION_BROWSER_WINDOW_READY,
- // This message is sent when a browser is closing. The source is a
- // Source<Browser> containing the affected Browser. No details are expected.
- // This is sent prior to BROWSER_CLOSED, and may be sent more than once for a
- // particular browser.
- NOTIFICATION_BROWSER_CLOSING,
-
// This message is sent after a window has been closed. The source is a
// Source<Browser> containing the affected Browser. No details are exptected.
NOTIFICATION_BROWSER_CLOSED,

Powered by Google App Engine
This is Rietveld 408576698