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

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: . 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 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;
« no previous file with comments | « chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc ('k') | content/public/browser/favicon_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698