Index: content/public/browser/favicon_status.h |
diff --git a/content/public/browser/favicon_status.h b/content/public/browser/favicon_status.h |
index 0899169db9b39d281df5e27ad53697b60e074ee4..3d1af9a5d5aa22eeb3557bee44803d860714255a 100644 |
--- a/content/public/browser/favicon_status.h |
+++ b/content/public/browser/favicon_status.h |
@@ -29,9 +29,6 @@ struct CONTENT_EXPORT FaviconStatus { |
// the default favicon if we haven't gotten the data yet. |
gfx::Image image; |
- // Returns 1x resolution of image. This function should eventually go away. |
- SkBitmap AsBitmap() const; |
- |
// Copy and assignment is explicitly allowed for this struct. |
}; |