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

Unified Diff: chrome/common/notification_type.h

Issue 6459005: Cancel prerender when we discover a download starting from a page we are prer... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Changed source of notification and now notify on all entry points for download initiation. Created 9 years, 10 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: chrome/common/notification_type.h
===================================================================
--- chrome/common/notification_type.h (revision 74377)
+++ chrome/common/notification_type.h (working copy)
@@ -1229,7 +1229,14 @@
// The source is the corresponding RenderViewHost. There are not details.
AUTOFILL_DID_FILL_FORM_DATA,
+ // Download Notifications --------------------------------------------------
+ // Sent when a download is initiated. It is possible that the download will
+ // not actually begin due to the DownloadRequestLimiter cancelling it
+ // prematurely. The source is the RenderViewHostDelegate. There are no
+ // details.
+ DOWNLOAD_INITIATED,
+
// Misc --------------------------------------------------------------------
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698