| Index: chrome/common/extensions/extension_action.h
|
| diff --git a/chrome/common/extensions/extension_action.h b/chrome/common/extensions/extension_action.h
|
| index d111678b525a41e04d0c2eed4cd7a02cae1a11fa..1411abe8cf3eb42185553d4e72cb6ab08f182d0b 100644
|
| --- a/chrome/common/extensions/extension_action.h
|
| +++ b/chrome/common/extensions/extension_action.h
|
| @@ -178,6 +178,9 @@ class ExtensionAction {
|
| // returns the puzzle piece icon.
|
| gfx::Image GetIcon(int tab_id) const;
|
|
|
| + // Gets the icon that has been set using |SetIcon| for the tab.
|
| + gfx::ImageSkia GetExplicitlySetIcon(int tab_id) const;
|
| +
|
| // Set this action's icon index for a specific tab. For use with
|
| // icon_paths(), only used in page actions.
|
| void SetIconIndex(int tab_id, int index);
|
|
|