diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 21:11:41 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 21:11:41 +0000 |
commit | 6b5b0cdd4a0f98bd79bb891d0081f53bebaf7765 (patch) | |
tree | e4c2165940c78ca92b9984de2419d754577b2623 /content/common | |
parent | 12c4b16bf04096402cb1002155a0cb1c83f6a4fb (diff) | |
download | chromium_src-6b5b0cdd4a0f98bd79bb891d0081f53bebaf7765.zip chromium_src-6b5b0cdd4a0f98bd79bb891d0081f53bebaf7765.tar.gz chromium_src-6b5b0cdd4a0f98bd79bb891d0081f53bebaf7765.tar.bz2 |
Send the RENDER_VIEW_HOST_DELETED notification for all RenderViewHost, instead of just ones for TabContents.
BUG=78030
Review URL: http://codereview.chromium.org/6758039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80075 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/notification_type.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/common/notification_type.h b/content/common/notification_type.h index f0b447d..e04c0b9 100644 --- a/content/common/notification_type.h +++ b/content/common/notification_type.h @@ -483,7 +483,8 @@ class NotificationType { // Used only in testing. RENDER_WIDGET_HOST_DID_RECEIVE_INPUT_EVENT_ACK, - // Sent from ~RenderViewHost. The source is the TabContents. + // Sent from ~RenderViewHost. The source is the RenderViewHost, the details + // unused. RENDER_VIEW_HOST_DELETED, // Sent from RenderViewHost::ClosePage. The hosted RenderView has |