Index: chrome/browser/ui/views/location_bar/page_action_image_view.h |
diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.h b/chrome/browser/ui/views/location_bar/page_action_image_view.h |
index c103ac53943b33afe78f66af656fba1addf42154..56ee10c80c5df9853f9a355a8d87eb5acca7b87e 100644 |
--- a/chrome/browser/ui/views/location_bar/page_action_image_view.h |
+++ b/chrome/browser/ui/views/location_bar/page_action_image_view.h |
@@ -103,10 +103,6 @@ class PageActionImageView : public views::ImageView, |
// The corresponding browser. |
Browser* browser_; |
- // A cache of bitmaps the page actions might need to show, mapped by path. |
- typedef std::map<std::string, SkBitmap> PageActionMap; |
- PageActionMap page_action_icons_; |
- |
// The object that is waiting for the image loading to complete |
// asynchronously. |
ImageLoadingTracker tracker_; |