diff options
Diffstat (limited to 'chrome/browser/browser_theme_provider.h')
-rw-r--r-- | chrome/browser/browser_theme_provider.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/browser_theme_provider.h b/chrome/browser/browser_theme_provider.h index 62736b4..e6275d6 100644 --- a/chrome/browser/browser_theme_provider.h +++ b/chrome/browser/browser_theme_provider.h @@ -6,6 +6,7 @@ #define CHROME_BROWSER_BROWSER_THEME_PROVIDER_H_ #include <map> +#include <set> #include <string> #include <vector> @@ -153,6 +154,9 @@ class BrowserThemeProvider : public NonThreadSafe, // is valid. static bool GetDefaultDisplayProperty(int id, int* result); + // Returns the set of IDR_* resources that should be tinted. + static const std::set<int>& GetTintableToolbarButtons(); + // Save the images to be written to disk, mapping file path to id. typedef std::map<FilePath, int> ImagesDiskCache; |