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

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: sync up to r199996 Created 7 years, 7 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/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/web_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */,
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/web_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698