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 eb7ffcf6652460640f76f9a3f0d5fbf8e81ca370..dec064ca47ede9c0e090a41b341147e7c8710d10 100644 |
--- a/chrome/browser/ui/cocoa/download/background_theme.mm |
+++ b/chrome/browser/ui/cocoa/download/background_theme.mm |
@@ -35,8 +35,8 @@ SkColor BackgroundTheme::GetColor(int id) const { |
return SkColor(); |
} |
-bool BackgroundTheme::GetDisplayProperty(int id, int* result) const { |
- return false; |
+int BackgroundTheme::GetDisplayProperty(int id) const { |
+ return -1; |
} |
bool BackgroundTheme::ShouldUseNativeFrame() const { |