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

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: Moved the GetFileForProcess to IPC::PlatformFile 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 2f368699af8bc242a06262a28bf92d1af5e2662e..8e0c076f162b72b7feb2dfaf280d7c19fae67fc9 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