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

Unified Diff: chrome/common/notification_type.h

Issue 63036: Fix a crash where the ResourceMessageFilter is deleted (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/common/notification_type.h
===================================================================
--- chrome/common/notification_type.h (revision 13641)
+++ chrome/common/notification_type.h (working copy)
@@ -157,6 +157,10 @@
// both normal completion or via a cancel operation.
DOWNLOAD_START, DOWNLOAD_STOP,
+ // Lets resource handlers and other interested observers know when the
+ // message filter is being deleted and can no longer be used.
+ RESOURCE_MESSAGE_FILTER_SHUTDOWN,
+
// Views -------------------------------------------------------------------
// Notification that a view was removed from a view hierarchy. The source

Powered by Google App Engine
This is Rietveld 408576698