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

Unified Diff: content/public/browser/notification_types.h

Issue 8921032: Adds some debugging code in hopes of identifying a crasher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « content/browser/tab_contents/tab_contents_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/notification_types.h
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index 51c64c3a5e5f292025a1ac59352230fa9cc24ca3..23f947aebb6bb2840dfc1d79d28de15ab6295dc5 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.
« no previous file with comments | « content/browser/tab_contents/tab_contents_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698