Index: content/public/browser/favicon_status.h |
diff --git a/content/public/browser/favicon_status.h b/content/public/browser/favicon_status.h |
index 1604067986fec29bc847465b7b9912d66b0fa6c2..3d1af9a5d5aa22eeb3557bee44803d860714255a 100644 |
--- a/content/public/browser/favicon_status.h |
+++ b/content/public/browser/favicon_status.h |
@@ -16,9 +16,6 @@ namespace content { |
struct CONTENT_EXPORT FaviconStatus { |
FaviconStatus(); |
- // Returns 1x resolution of image. This function should eventually go away. |
- SkBitmap AsBitmap() const; |
- |
// Indicates whether we've gotten an official favicon for the page, or are |
// just using the default favicon. |
bool valid; |