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

Unified Diff: content/common/notification_type.h

Issue 7044095: Hooking MHTML generation to the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style fixes Created 9 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/common/notification_type.h
diff --git a/content/common/notification_type.h b/content/common/notification_type.h
index 3eb00b467678fafe91f87421b0bf2f8fc7445166..eaf07bc96c96fb2b8f35a56d235b5639e145f262 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -1192,6 +1192,11 @@ class NotificationType {
// The source is the corresponding RenderViewHost. There are no details.
DOWNLOAD_INITIATED,
+ // Sent when a page generation to MHTML has finished.
+ // The source is the corresponding RenderViewHost. The details is a
+ // MHTMLGenerationManager::NotificationDetails.
+ MHTML_GENERATED,
+
// Misc --------------------------------------------------------------------
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698