| Index: chrome/browser/ui/cocoa/download/background_theme.mm
|
| diff --git a/chrome/browser/ui/cocoa/download/background_theme.mm b/chrome/browser/ui/cocoa/download/background_theme.mm
|
| index dec064ca47ede9c0e090a41b341147e7c8710d10..dea473cdc7e535b0d4eee4db62ebbda02a672b7c 100644
|
| --- a/chrome/browser/ui/cocoa/download/background_theme.mm
|
| +++ b/chrome/browser/ui/cocoa/download/background_theme.mm
|
| @@ -27,6 +27,10 @@ BackgroundTheme::BackgroundTheme(ui::ThemeProvider* provider) :
|
|
|
| BackgroundTheme::~BackgroundTheme() {}
|
|
|
| +bool BackgroundTheme::UsingNativeTheme() const {
|
| + return true;
|
| +}
|
| +
|
| gfx::ImageSkia* BackgroundTheme::GetImageSkiaNamed(int id) const {
|
| return NULL;
|
| }
|
|
|