| Index: chrome/browser/extensions/extension_action.h
|
| diff --git a/chrome/browser/extensions/extension_action.h b/chrome/browser/extensions/extension_action.h
|
| index efdceeef6509828d233fbc761dd4228563962c0b..9e73dbc9e0a2564c82742906a0d3c48a0355aff8 100644
|
| --- a/chrome/browser/extensions/extension_action.h
|
| +++ b/chrome/browser/extensions/extension_action.h
|
| @@ -179,14 +179,6 @@ class ExtensionAction {
|
| // Remove all tab-specific state.
|
| void ClearAllValuesForTab(int tab_id);
|
|
|
| - // If the specified tab has a badge, paint it into the provided bounds.
|
| - void PaintBadge(gfx::Canvas* canvas, const gfx::Rect& bounds, int tab_id);
|
| -
|
| - // Returns icon image with badge for specified tab.
|
| - gfx::ImageSkia GetIconWithBadge(const gfx::ImageSkia& icon,
|
| - int tab_id,
|
| - const gfx::Size& spacing) const;
|
| -
|
| // Lazily loads and returns the default icon image, if one exists for the
|
| // action.
|
| extensions::IconImage* LoadDefaultIconImage(
|
|
|