Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index 9232fcf2dc48b9f59d5759aaf6cd19363e0b248a..b513a67d8321fa06e308b4fbe51351744ec3ab67 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -79,11 +79,6 @@ enum NotificationType { |
// traversal. The source is the browser, there are no details. |
NOTIFICATION_FOCUS_RETURNED_TO_BROWSER, |
- // Sent after an WebDialog dialog has been shown. The source is the |
- // dialog. The details is a Details<RenderViewHost> with a pointer to the RVH |
- // for the shown dialog. |
- NOTIFICATION_WEB_DIALOG_SHOWN, |
- |
// A new tab is created from an existing tab to serve as a target of a |
// navigation that is about to happen. The source will be a Source<Profile> |
// corresponding to the profile in which the new tab will live. Details in |