diff options
Diffstat (limited to 'chrome/browser/themes/browser_theme_provider.h')
-rw-r--r-- | chrome/browser/themes/browser_theme_provider.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/themes/browser_theme_provider.h b/chrome/browser/themes/browser_theme_provider.h index a47f39c..2322b8b 100644 --- a/chrome/browser/themes/browser_theme_provider.h +++ b/chrome/browser/themes/browser_theme_provider.h @@ -205,6 +205,9 @@ class BrowserThemeProvider : public NonThreadSafe, // Returns the set of IDR_* resources that should be tinted. static const std::set<int>& GetTintableToolbarButtons(); + // Remove preference values for themes that are no longer in use. + void RemoveUnusedThemes(); + // Save the images to be written to disk, mapping file path to id. typedef std::map<FilePath, int> ImagesDiskCache; @@ -247,9 +250,6 @@ class BrowserThemeProvider : public NonThreadSafe, // case we don't have a theme pack). void BuildFromExtension(const Extension* extension); - // Remove preference values for themes that are no longer in use. - void RemoveUnusedThemes(); - #if defined(TOOLKIT_USES_GTK) // Loads an image and flips it horizontally if |rtl_enabled| is true. GdkPixbuf* GetPixbufImpl(int id, bool rtl_enabled) const; |