diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 16:50:43 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-13 16:50:43 +0000 |
commit | 67ffd0a92abdfdf0f1692cb9da2e26c361ee45e2 (patch) | |
tree | fd6eca2153639ad38baee0f457b7c86ffff4a3ab /content/public | |
parent | 34fc8fbac1d57ebc674496795e0400b69a491171 (diff) | |
download | chromium_src-67ffd0a92abdfdf0f1692cb9da2e26c361ee45e2.zip chromium_src-67ffd0a92abdfdf0f1692cb9da2e26c361ee45e2.tar.gz chromium_src-67ffd0a92abdfdf0f1692cb9da2e26c361ee45e2.tar.bz2 |
Adds some debugging code in hopes of identifying a crasher.
BUG=107172
TEST=none
R=ben@chromium.org,avi@chromium.org
Review URL: http://codereview.chromium.org/8921032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114221 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public')
-rw-r--r-- | content/public/browser/notification_types.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h index 51c64c3..23f947a 100644 --- a/content/public/browser/notification_types.h +++ b/content/public/browser/notification_types.h @@ -265,6 +265,11 @@ enum NotificationType { // Source<TabContents>. NOTIFICATION_TAB_CONTENTS_DESTROYED, + // This notification is sent when a TabContentsDelegate is being + // destroyed. The source is a Source<TabContentsDelegate>. + // TODO(sky): Remove when we figure out http://crbug.com/107172. + NOTIFICATION_TAB_CONTENTS_DELEGATE_DESTROYED, + // A RenderViewHost was created for a TabContents. The source is the // associated TabContents, and the details is the RenderViewHost // pointer. |