Index: chrome/common/notification_type.h |
=================================================================== |
--- chrome/common/notification_type.h (revision 69724) |
+++ chrome/common/notification_type.h (working copy) |
@@ -183,16 +183,6 @@ |
// change. There are no details. |
SSL_INTERNAL_STATE_CHANGED, |
- // Lets resource handlers and other interested observers know when the |
- // message filter is being deleted and can no longer be used. This will |
- // also get sent if the renderer crashes (and in that case, it'll be sent |
- // twice). |
- RESOURCE_MESSAGE_FILTER_SHUTDOWN, |
- |
- // Lets interested observers know when a WorkerProcessHost is being deleted |
- // and can no longer be used. |
- WORKER_PROCESS_HOST_SHUTDOWN, |
- |
// Views ------------------------------------------------------------------- |
// Notification that a view was removed from a view hierarchy. The source |