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

Unified Diff: content/common/icon_messages.h

Issue 12945007: Fix Notifications Icon loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 7 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/icon_messages.h
diff --git a/content/common/icon_messages.h b/content/common/icon_messages.h
index 9c466431991bce69c4531c90a21c586db11aa23e..63f9ab9351515c64e245f2c5eff21951db8931a2 100644
--- a/content/common/icon_messages.h
+++ b/content/common/icon_messages.h
@@ -24,9 +24,10 @@ IPC_STRUCT_TRAITS_END()
// Requests the renderer to download the specified favicon image, decode it,
// and send the image data back via IconHostMsg_DidDownloadFavicon.
-IPC_MESSAGE_ROUTED3(IconMsg_DownloadFavicon,
+IPC_MESSAGE_ROUTED4(IconMsg_DownloadFavicon,
int /* identifier for the request */,
GURL /* URL of the image */,
+ bool /* is favicon (turn off cookies) */,
int /* Preferred favicon size. Passed on to
IconHostMsg_DidDownloadFavicon, unused otherwise */)
« 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