Index: chrome/browser/themes/theme_service.h |
diff --git a/chrome/browser/themes/theme_service.h b/chrome/browser/themes/theme_service.h |
index b89a7ae4c86d2ce89e8462f5534be18e89c7e752..f13e5c1cd8e21f879869a177985db56dcc9e1897 100644 |
--- a/chrome/browser/themes/theme_service.h |
+++ b/chrome/browser/themes/theme_service.h |
@@ -110,6 +110,10 @@ class ThemeService : public base::NonThreadSafe, |
// theme is the default theme. |
virtual void UseSystemTheme(); |
+ // Returns true if the default theme and system theme are not the same on |
+ // this platform. |
+ virtual bool IsSystemThemeDistinctFromDefaultTheme() const; |
+ |
// Whether we're using the chrome default theme. Virtual so linux can check |
// if we're using the GTK theme. |
virtual bool UsingDefaultTheme() const; |