| 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,
|
|
|