Index: content/public/browser/notification_types.h |
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h |
index 09fbe9fb7822f78a696fd9bcbf0570c000f3e77b..b3fc8fb13275a23d3d9a3e0b21011dfc1239c3d6 100644 |
--- a/content/public/browser/notification_types.h |
+++ b/content/public/browser/notification_types.h |
@@ -218,8 +218,8 @@ enum NotificationType { |
// This notification is sent when a WebContents swaps its render view host |
// with another one, possibly changing processes. The source is a |
// Source<WebContents> with a pointer to the WebContents. A |
- // TAB_CONTENTS_DISCONNECTED notification is guaranteed before the |
- // source pointer becomes junk. No details are expected. |
+ // NOTIFICATION_WEB_CONTENTS_DISCONNECTED notification is guaranteed before |
+ // the source pointer becomes junk. No details are expected. |
NOTIFICATION_WEB_CONTENTS_SWAPPED, |
// This message is sent after a WebContents is disconnected from the |