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

Unified Diff: chrome/common/notification_type.h

Issue 6055002: Create a message filter for message port messages. This allows a nice cleanu... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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/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

Powered by Google App Engine
This is Rietveld 408576698