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

Unified Diff: content/common/image_messages.h

Issue 934693002: Reload favicon from HTTP cache on Ctrl+Refresh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 b8869087fdeda1d80fa4968baa230d178146524b..8e8279f92075043ee48d4918a63fee27f2ad77d9 100644
--- a/content/common/image_messages.h
+++ b/content/common/image_messages.h
@@ -17,7 +17,7 @@
// Requests the renderer to download the specified image, decode it,
// and send the image data back via ImageHostMsg_DidDownloadImage.
-IPC_MESSAGE_ROUTED4(ImageMsg_DownloadImage,
+IPC_MESSAGE_ROUTED5(ImageMsg_DownloadImage,
int /* Identifier for the request */,
GURL /* URL of the image */,
bool /* is favicon (turn off cookies) */,
@@ -26,7 +26,8 @@ IPC_MESSAGE_ROUTED4(ImageMsg_DownloadImage,
bitmaps at the passed in GURL <= max size, the
smallest bitmap is resized to the max size and
is the only result. A max size of zero means
- that the max size is unlimited. */)
+ that the max size is unlimited. */,
+ bool /* bypass cache */)
// Messages sent from the renderer to the browser.
« 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