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

Unified Diff: content/public/browser/notification_types.h

Issue 11867023: content: remove NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHED (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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
« no previous file with comments | « content/public/browser/download_manager.h ('k') | content/public/test/test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/notification_types.h
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index 8fed5742eeef649dd624f47375e84d6895ee895e..0733d0e6bf3128a0422346ff9bf49bcf780ad62f 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -343,12 +343,7 @@ enum NotificationType {
// in a Details<ChildProcessData>.
NOTIFICATION_CHILD_INSTANCE_CREATED,
- // Saved Pages -------------------------------------------------------------
-
- // Sent when a SavePackage finishes successfully. The source is the
- // SavePackage, and Details are a GURL containing address of downloaded
- // page.
- NOTIFICATION_SAVE_PACKAGE_SUCCESSFULLY_FINISHED,
+ // Miscellaneous -------------------------------------------------------------
// Sent before the repost form warning is brought up.
// The source is a NavigationController.
« no previous file with comments | « content/public/browser/download_manager.h ('k') | content/public/test/test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698