summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_theme_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_theme_provider.h')
-rw-r--r--chrome/browser/browser_theme_provider.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/browser_theme_provider.h b/chrome/browser/browser_theme_provider.h
index 228cf53..04117b4 100644
--- a/chrome/browser/browser_theme_provider.h
+++ b/chrome/browser/browser_theme_provider.h
@@ -104,7 +104,10 @@ class BrowserThemeProvider : public NonThreadSafe,
static const char* kDefaultThemeID;
- public:
+ // Returns true if the image is themeable. Safe to call on any thread.
+ static bool IsThemeableImage(int resource_id);
+
+
BrowserThemeProvider();
virtual ~BrowserThemeProvider();