Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Unified Diff: content/public/browser/notification_types.h

Issue 10553014: Added RenderView.DocumentHasImages query method (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/browser/notification_types.h
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index 9c4a8352748c4edc9f4b8d99bcfa65d85ddf380e..ffa6421b583d7ddc829d5a3c1d060d22d69a743e 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -336,6 +336,13 @@ enum NotificationType {
// the RenderViewHost, and hte details is a DomOperationNotificationDetails.
NOTIFICATION_DOM_OPERATION_RESPONSE,
+ // Notification posted from DocumentHasImages. The sources is the
+ // RenderViewHost DocumentHasImages was invoked on. The details are a
+ // std::pair<int, boolean> with the int giving the id returned from
+ // DocumentHasImages is the boolean is whether or not the document has
+ // images.
+ NOTIFICATION_DOCUMENT_HAS_IMAGES_RESPONSE,
+
// Child Processes ---------------------------------------------------------
// This notification is sent when a child process host has connected to a

Powered by Google App Engine
This is Rietveld 408576698