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

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

Issue 67179: Have ResourceBundle own GdkPixbufs. (Closed)
Patch Set: null Created 11 years, 8 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: chrome/browser/gtk/bookmark_bar_gtk.h
diff --git a/chrome/browser/gtk/bookmark_bar_gtk.h b/chrome/browser/gtk/bookmark_bar_gtk.h
index e17474618e9399d38209b8d0eab8ec379b94af5f..d45fcdbb1235e3a47642aa098d3eebc95547b4e6 100644
--- a/chrome/browser/gtk/bookmark_bar_gtk.h
+++ b/chrome/browser/gtk/bookmark_bar_gtk.h
@@ -186,12 +186,6 @@ class BookmarkBarGtk : public BookmarkModelObserver {
// We create a GtkToolbarItem from |dragged_node_| for display.
GtkToolItem* toolbar_drop_item_;
- // Default bookmark icon to display.
- GdkPixbuf* default_bookmark_icon_;
-
- // Icon for bookmark folders.
- GdkPixbuf* folder_icon_;
-
// Whether we should show the instructional text in the bookmark bar.
bool show_instructions_;
};

Powered by Google App Engine
This is Rietveld 408576698