summaryrefslogtreecommitdiffstats
path: root/chromium/content/public/browser/notification_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/browser/notification_types.h')
-rw-r--r--chromium/content/public/browser/notification_types.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/chromium/content/public/browser/notification_types.h b/chromium/content/public/browser/notification_types.h
index 3366f169cb4..08ffd3306de 100644
--- a/chromium/content/public/browser/notification_types.h
+++ b/chromium/content/public/browser/notification_types.h
@@ -72,7 +72,7 @@ enum NotificationType {
// Other load-related (not from NavigationController) ----------------------
// Corresponds to ViewHostMsg_DocumentOnLoadCompletedInMainFrame. The source
- // is the WebContents and the details the page_id.
+ // is the WebContents.
// DEPRECATED: Use WebContentsObserver::DocumentOnLoadCompletedInMainFrame()
NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME,
@@ -179,11 +179,6 @@ enum NotificationType {
// painted. The source is the RenderWidgetHost, the details are not used.
NOTIFICATION_RENDER_WIDGET_HOST_DID_UPDATE_BACKING_STORE,
- // This notifies the observer that a PaintAtSizeACK was received. The source
- // is the RenderWidgetHost, the details are an instance of
- // std::pair<int, gfx::Size>.
- NOTIFICATION_RENDER_WIDGET_HOST_DID_RECEIVE_PAINT_AT_SIZE_ACK,
-
// This notifies the observer that a HandleInputEventACK was received. The
// source is the RenderWidgetHost, the details are the type of event
// received.