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

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

Issue 882243002: [Extensions] Make extension actions use gfx::Image over gfx::ImageSkia. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master Created 5 years, 11 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_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_;
« no previous file with comments | « chrome/browser/extensions/extension_action.cc ('k') | chrome/browser/extensions/extension_action_icon_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698