Index: content/public/browser/notification_types.h |
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h |
index 23f947aebb6bb2840dfc1d79d28de15ab6295dc5..e5d96549cea771c29973a59e2895ebb2a8ed545d 100644 |
--- a/content/public/browser/notification_types.h |
+++ b/content/public/browser/notification_types.h |
@@ -120,13 +120,6 @@ enum NotificationType { |
// are provided. |
NOTIFICATION_RESOURCE_RECEIVED_REDIRECT, |
- // 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<BrowserContext> corresponding to the browser context in which the |
- // new tab will live. Details in the form of a RetargetingDetails object are |
- // provided. |
- NOTIFICATION_RETARGETING, |
- |
// A new window was requested but was not created. The source will be a |
// Source<TabContents> corresponding to the tab the request originated from. |
// Details are the ViewHostMsg_CreateWindow_Params object that were used in |