Index: chrome/browser/themes/theme_properties.h |
diff --git a/chrome/browser/themes/theme_properties.h b/chrome/browser/themes/theme_properties.h |
index 2bea265e012997fbed951f5f86af8371fc932a3f..0f3ee6530f723b761f3977d50038ea5b7feaa4c4 100644 |
--- a/chrome/browser/themes/theme_properties.h |
+++ b/chrome/browser/themes/theme_properties.h |
@@ -140,9 +140,9 @@ class ThemeProperties { |
// Returns SK_ColorRED if |id| is invalid. |
static SkColor GetDefaultColor(int id); |
- // Returns true and sets |result| to the requested default property, if |id| |
- // is valid. |
- static bool GetDefaultDisplayProperty(int id, int* result); |
+ // Returns the default value for the given property |id|. Returns -1 if |id| |
+ // is invalid. |
+ static int GetDefaultDisplayProperty(int id); |
private: |
DISALLOW_IMPLICIT_CONSTRUCTORS(ThemeProperties); |