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

Unified Diff: chrome/browser/favicon/favicon_util.h

Issue 11411180: move favicon download code from chrome/ into content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
Index: chrome/browser/favicon/favicon_util.h
diff --git a/chrome/browser/favicon/favicon_util.h b/chrome/browser/favicon/favicon_util.h
index b6a94a65c536fd417867970b11ad2aa843c1f723..91839f712d953753ba3a500729f86be07403b44f 100644
--- a/chrome/browser/favicon/favicon_util.h
+++ b/chrome/browser/favicon/favicon_util.h
@@ -32,15 +32,6 @@ class FaviconUtil {
// the default favicon.
static std::vector<ui::ScaleFactor> GetFaviconScaleFactors();
- // Starts the download of the given favicon |url| from the given render view
- // host. When the download is finished, an IconHostMsg_DidDownloadFavicon IPC
- // message will be sent.
- // Returns the unique id of the download request. The id will be sent in the
- // IPC message.
- static int DownloadFavicon(content::RenderViewHost* rvh,
- const GURL& url,
- int image_size);
-
// Takes a vector of png-encoded frames, decodes them, and converts them to
// a favicon of size favicon_size (in DIPs) at the desired ui scale factors.
static gfx::Image SelectFaviconFramesFromPNGs(

Powered by Google App Engine
This is Rietveld 408576698