Index: chrome/common/notification_type.h |
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h |
index 04fc94f02ec3e80a6372b7cb06068bd5dc124817..2363fbcf4e72f505c8e16488f1f7007553a4ac6e 100644 |
--- a/chrome/common/notification_type.h |
+++ b/chrome/common/notification_type.h |
@@ -431,6 +431,13 @@ class NotificationType { |
// No details are expected. |
AUTH_SUPPLIED, |
+ // Downloads --------------------------------------------------------------- |
Paul Godavari
2009/07/31 22:11:26
"Saved Pages" instead?
|
+ |
+ // Sent when a SavePackage finishes successfully. The source is the |
+ // SavePackage, and Details are a GURL containing address of downloaded |
+ // page. |
+ SAVE_PACKAGE_SUCCESSFULLY_FINISHED, |
+ |
// History ----------------------------------------------------------------- |
// Sent when a history service is created on the main thread. This is sent |