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

Unified Diff: content/public/browser/favicon_status.h

Issue 10837090: Change return type of FaviconTabHelper::GetFavicon() to gfx::Image. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win? Created 8 years, 4 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/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.
};

Powered by Google App Engine
This is Rietveld 408576698