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

Unified Diff: chrome/browser/gtk/list_store_favicon_loader.h

Issue 165194: GTK: Use stock icons for bookmark folder and default favicon.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
« no previous file with comments | « chrome/browser/gtk/bookmark_utils_gtk.cc ('k') | chrome/browser/gtk/list_store_favicon_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/list_store_favicon_loader.h
===================================================================
--- chrome/browser/gtk/list_store_favicon_loader.h (revision 22744)
+++ chrome/browser/gtk/list_store_favicon_loader.h (working copy)
@@ -25,6 +25,8 @@
Profile* profile,
CancelableRequestConsumer* consumer);
+ ~ListStoreFavIconLoader();
+
// Start loading the favicon for |url| into the row |iter|.
void LoadFaviconForRow(const GURL& url, GtkTreeIter* iter);
@@ -55,8 +57,7 @@
// Used in loading favicons.
CancelableRequestConsumer* consumer_;
- // Default icon to show when one can't be found for the URL. This is owned by
- // the ResourceBundle and we do not need to free it.
+ // Default icon to show when one can't be found for the URL.
GdkPixbuf* default_favicon_;
DISALLOW_COPY_AND_ASSIGN(ListStoreFavIconLoader);
« no previous file with comments | « chrome/browser/gtk/bookmark_utils_gtk.cc ('k') | chrome/browser/gtk/list_store_favicon_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698