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

Unified Diff: content/public/browser/web_contents.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/common/icon_messages.h ('k') | content/renderer/favicon_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index 54fcc9dc1ac19e3a077a3286dfc8453a6355db90..6e75a88cdbe0dc6e494c4f217b32207c6af9eb3b 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -423,7 +423,6 @@ class WebContents : public PageNavigator,
typedef base::Callback<void(int, /* id */
const GURL&, /* image_url */
- bool, /* errored */
int, /* requested_size */
const std::vector<SkBitmap>& /* bitmaps*/)>
FaviconDownloadCallback;
« no previous file with comments | « content/common/icon_messages.h ('k') | content/renderer/favicon_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698