| Index: chrome/browser/themes/theme_service.h
|
| ===================================================================
|
| --- chrome/browser/themes/theme_service.h (revision 112901)
|
| +++ chrome/browser/themes/theme_service.h (working copy)
|
| @@ -28,10 +28,6 @@
|
| struct HSL;
|
| }
|
|
|
| -namespace gfx {
|
| -class Image;
|
| -}
|
| -
|
| namespace ui {
|
| class ResourceBundle;
|
| }
|
| @@ -144,13 +140,6 @@
|
| REPEAT = 3
|
| } Tiling;
|
|
|
| - // Returns a cross platform image for an id.
|
| - //
|
| - // TODO(erg): Make this a virtual, exposed through ui::ThemeProvider and the
|
| - // main way to get theme properties out of the theme provider since it's
|
| - // cross platform.
|
| - const gfx::Image* GetImageNamed(int id) const;
|
| -
|
| // ui::ThemeProvider implementation.
|
| virtual void Init(Profile* profile) OVERRIDE;
|
| virtual SkBitmap* GetBitmapNamed(int id) const OVERRIDE;
|
|
|
| Property changes on: chrome/browser/themes/theme_service.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|