| 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)
|
|
|