| Index: chrome/browser/extensions/extension_action_icon_factory.h
|
| diff --git a/chrome/browser/extensions/extension_action_icon_factory.h b/chrome/browser/extensions/extension_action_icon_factory.h
|
| index 25d05ad2234ddcc3125770029c4decc7c46ed461..b65adabb923acbf5df1eb225c3063d5cc4b91f05 100644
|
| --- a/chrome/browser/extensions/extension_action_icon_factory.h
|
| +++ b/chrome/browser/extensions/extension_action_icon_factory.h
|
| @@ -53,10 +53,6 @@ class ExtensionActionIconFactory : public extensions::IconImage::Observer {
|
| gfx::Image GetIcon(int tab_id);
|
|
|
| private:
|
| - // Gets the icon that should be returned by |GetIcon| (without the attention
|
| - // and animation transformations).
|
| - gfx::ImageSkia GetBaseIconFromAction(int tab_id);
|
| -
|
| const extensions::Extension* extension_;
|
| const ExtensionAction* action_;
|
| Observer* observer_;
|
|
|