Index: chrome/browser/ui/gtk/gtk_theme_service.h |
diff --git a/chrome/browser/ui/gtk/gtk_theme_service.h b/chrome/browser/ui/gtk/gtk_theme_service.h |
index 53684979c1cafec311b0184ff89cb99c294b6579..a15df7edcdde169a766c5e77d80b71ab5d514e86 100644 |
--- a/chrome/browser/ui/gtk/gtk_theme_service.h |
+++ b/chrome/browser/ui/gtk/gtk_theme_service.h |
@@ -170,6 +170,10 @@ class GtkThemeService : public ThemeService { |
// Additionally frees the CairoCachedSurfaces. |
virtual void FreePlatformCaches() OVERRIDE; |
+ // Gets the name of the current icon theme and passes it to our low level XDG |
+ // integration. |
+ void SetXDGIconTheme(); |
+ |
// Extracts colors and tints from the GTK theme, both for the |
// ThemeService interface and the colors we send to webkit. |
void LoadGtkValues(); |