Index: content/public/browser/notification_types.h |
=================================================================== |
--- content/public/browser/notification_types.h (revision 111255) |
+++ content/public/browser/notification_types.h (working copy) |
@@ -408,6 +408,13 @@ |
// in a Details<ChildProcessInfo>. |
NOTIFICATION_CHILD_INSTANCE_CREATED, |
+ // Download Notifications -------------------------------------------------- |
+ |
+ // Sent when a page generation to MHTML has finished. |
+ // The source is the corresponding RenderViewHost. The details is a |
+ // MHTMLGenerationManager::NotificationDetails. |
+ NOTIFICATION_MHTML_GENERATED, |
+ |
// Saved Pages ------------------------------------------------------------- |
// Sent when a SavePackage finishes successfully. The source is the |