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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 2793443003: Removed NOTIFICATION_BROWSER_CLOSING notification (Closed)
Patch Set: Update CL basing on review comments (rebase) Created 3 years, 7 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 | « no previous file | chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698