Index: content/public/browser/notification_types.h |
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h |
index db8654c3e9eba7067789911c5105eb2b87bae2d3..01eec4297d083f76a61e3beb2d0b6d2dfb448056 100644 |
--- a/content/public/browser/notification_types.h |
+++ b/content/public/browser/notification_types.h |
@@ -89,17 +89,20 @@ enum NotificationType { |
// Source<NavigationController> corresponding to the tab in which the load |
// occurred. Details in the form of a LoadFromMemoryCacheDetails object |
// are provided. |
+ // DEPRECATED: Use WebContentsObserver::DidLoadResourceFromMemoryCache() |
NOTIFICATION_LOAD_FROM_MEMORY_CACHE, |
// A response has been received for a resource request. The source will be |
// a Source<WebContents> corresponding to the tab in which the request was |
// issued. Details in the form of a ResourceRequestDetails object are |
// provided. |
+ // DEPRECATED: Use WebContentsObserver::DidGetResourceResponseStart() |
NOTIFICATION_RESOURCE_RESPONSE_STARTED, |
// A redirect was received while requesting a resource. The source will be |
// a Source<WebContents> corresponding to the tab in which the request was |
// issued. Details in the form of a ResourceRedirectDetails are provided. |
+ // DEPRECATED: Use WebContentsObserver::DidGetRedirectForResourceRequest() |
NOTIFICATION_RESOURCE_RECEIVED_REDIRECT, |
// WebContents --------------------------------------------------------------- |