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

Unified Diff: content/common/image_messages.h

Issue 14322023: Don't request missing favicon on every page request. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Propagate HTTP Status Code to FaviconTabHelper::DidDownloadFavicon, Clear Missing Favicons on RELOA… Created 7 years, 8 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: content/common/image_messages.h
diff --git a/content/common/image_messages.h b/content/common/image_messages.h
index 78d7cff7d47fc55523d3b8b5e62a3d99ee51a022..2a7ebb83b28ef41691aeda03b02932e3b9cac56e 100644
--- a/content/common/image_messages.h
+++ b/content/common/image_messages.h
@@ -25,8 +25,9 @@ IPC_MESSAGE_ROUTED4(ImageMsg_DownloadImage,
// Messages sent from the renderer to the browser.
-IPC_MESSAGE_ROUTED4(ImageHostMsg_DidDownloadImage,
+IPC_MESSAGE_ROUTED5(ImageHostMsg_DidDownloadImage,
int /* Identifier of the request */,
+ int /* HTTP response status */,
GURL /* URL of the image */,
int /* Preferred image size passed to
ImageMsg_DownloadImage */,

Powered by Google App Engine
This is Rietveld 408576698