diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 19:20:20 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 19:20:20 +0000 |
commit | ee01e6641130a8d8693fab9f6c876a8e7589ad42 (patch) | |
tree | 15d4b075c18e1172945cae251a6c6862eb91cdff /chrome/common | |
parent | 9371ece3daf3ae30cec6bcfce42a4daf75944481 (diff) | |
download | chromium_src-ee01e6641130a8d8693fab9f6c876a8e7589ad42.zip chromium_src-ee01e6641130a8d8693fab9f6c876a8e7589ad42.tar.gz chromium_src-ee01e6641130a8d8693fab9f6c876a8e7589ad42.tar.bz2 |
Ensure workers don't outlive crashed renderers.
Review URL: http://codereview.chromium.org/114035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16638 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_type.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h index 340f5d1..c84d705 100644 --- a/chrome/common/notification_type.h +++ b/chrome/common/notification_type.h @@ -170,7 +170,9 @@ class NotificationType { 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. + // 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, // Views ------------------------------------------------------------------- |