| Index: chrome/browser/themes/theme_service.h
|
| diff --git a/chrome/browser/themes/theme_service.h b/chrome/browser/themes/theme_service.h
|
| index 48886b34819116c86d59e367facab871f6ef553e..4ecde6692ffbd9444050a7469f3b05a774ae8471 100644
|
| --- a/chrome/browser/themes/theme_service.h
|
| +++ b/chrome/browser/themes/theme_service.h
|
| @@ -145,14 +145,15 @@ class ThemeService : public base::NonThreadSafe,
|
| REPEAT = 3
|
| };
|
|
|
| + virtual void Init(Profile* profile);
|
| +
|
| // Returns a cross platform image for an id.
|
| //
|
| // TODO(erg): Make this part of the ui::ThemeProvider and the main way to get
|
| // theme properties out of the theme provider since it's cross platform.
|
| virtual const gfx::Image* GetImageNamed(int id) const;
|
|
|
| - // ui::ThemeProvider implementation.
|
| - virtual void Init(Profile* profile) OVERRIDE;
|
| + // Overridden from ui::ThemeProvider:
|
| virtual SkBitmap* GetBitmapNamed(int id) const OVERRIDE;
|
| virtual SkColor GetColor(int id) const OVERRIDE;
|
| virtual bool GetDisplayProperty(int id, int* result) const OVERRIDE;
|
|
|