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

Unified Diff: chrome/common/notification_type.h

Issue 160480: Convert parts of SavePage UI tests to more reliable browser tests. (Closed)
Patch Set: Created 11 years, 5 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
« chrome/browser/download/save_page_browsertest.cc ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« chrome/browser/download/save_page_browsertest.cc ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698