| Index: chrome/browser/ui/cocoa/location_bar/page_action_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h b/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h
|
| index ff8c6cebc44a4901b540fb71c88821752560aa8c..3a3a77de603b2720dad164af316e7746ef8e4a42 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h
|
| @@ -85,11 +85,6 @@ class PageActionDecoration : public ImageDecoration,
|
| // profile.
|
| ExtensionAction* page_action_;
|
|
|
| - // A cache of images 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_;
|
|
|