Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1085)

Unified Diff: chrome/browser/extensions/extension_action.h

Issue 1214243003: [Extensions UI] Clean up extension icon generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/skia/ImageSkia Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698