Chromium Code Reviews| Index: chrome/browser/extensions/extension_icon_image.h |
| diff --git a/chrome/browser/extensions/extension_icon_image.h b/chrome/browser/extensions/extension_icon_image.h |
| index c2f98526e4224985aa7fdbe983876f76b9af956e..8702ac28116e274ecadb2b8015b74fa859a25fc6 100644 |
| --- a/chrome/browser/extensions/extension_icon_image.h |
| +++ b/chrome/browser/extensions/extension_icon_image.h |
| @@ -55,6 +55,10 @@ class IconImage : public ImageLoadingTracker::Observer, |
| Observer* observer); |
| virtual ~IconImage(); |
| + // Sets given |rep| to |image_skia_|. This allows observer to set an |
|
Aaron Boodman
2012/08/30 06:09:20
Reader of documentation should not need to underst
|
| + // image when load fails. |
| + void SetRepresentation(const gfx::ImageSkiaRep& rep); |
| + |
| const gfx::ImageSkia& image_skia() const { return image_skia_; } |
| private: |