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

Unified Diff: content/public/common/favicon_url.h

Issue 12780024: Split FaviconHelper in two: ImageLoadingHelper and FaviconHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build 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
Index: content/public/common/favicon_url.h
diff --git a/content/public/common/favicon_url.h b/content/public/common/favicon_url.h
index b1d13cbfb8218afa941d0e58d5928066c855aeff..3b7c5bce06a4e06cd985e3f5adcd20883091e8f6 100644
--- a/content/public/common/favicon_url.h
+++ b/content/public/common/favicon_url.h
@@ -7,6 +7,7 @@
#include "content/common/content_export.h"
#include "googleurl/src/gurl.h"
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebIconURL.h"
namespace content {
@@ -24,6 +25,8 @@ struct CONTENT_EXPORT FaviconURL {
FaviconURL(const GURL& url, IconType type);
~FaviconURL();
+ static IconType ToFaviconType(WebKit::WebIconURL::Type type);
jam 2013/03/21 01:14:51 this is only called in render_view_impl.cc. so no
Dmitry Titov 2013/03/27 22:41:13 Done.
+
// The url of the icon.
GURL icon_url;

Powered by Google App Engine
This is Rietveld 408576698