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

Unified Diff: content/common/icon_messages.h

Issue 11777009: Remove redundant |errored| member from IconHostMsg_DidDownloadFavicon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 2cf1c15be6225ba90441b2a6509ffb91d22ca696..9c466431991bce69c4531c90a21c586db11aa23e 100644
--- a/content/common/icon_messages.h
+++ b/content/common/icon_messages.h
@@ -37,10 +37,9 @@ IPC_MESSAGE_ROUTED2(IconHostMsg_UpdateFaviconURL,
int32 /* page_id */,
std::vector<content::FaviconURL> /* urls of the favicon */)
-IPC_MESSAGE_ROUTED5(IconHostMsg_DidDownloadFavicon,
+IPC_MESSAGE_ROUTED4(IconHostMsg_DidDownloadFavicon,
int /* Identifier of the request */,
GURL /* URL of the image */,
- bool /* true if there was a network error */,
int /* Preferred icon size passed to
IconMsg_DownloadFavicon */,
std::vector<SkBitmap> /* image_data */)
« 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