Index: chrome/browser/gtk/gtk_theme_provider.h |
diff --git a/chrome/browser/gtk/gtk_theme_provider.h b/chrome/browser/gtk/gtk_theme_provider.h |
index 40522b60715f3fe89be6e7948717c48b1d063b32..3c7b7528b1f13c5cebb1e170015687f396e07445 100644 |
--- a/chrome/browser/gtk/gtk_theme_provider.h |
+++ b/chrome/browser/gtk/gtk_theme_provider.h |
@@ -192,6 +192,9 @@ class GtkThemeProvider : public BrowserThemeProvider, |
// them of theme changes. |
std::vector<GtkWidget*> chrome_buttons_; |
+ // Tracks all the signals we have connected to on various widgets. |
+ GtkSignalRegistrar signals_; |
+ |
// Tints and colors calculated by LoadGtkValues() that are given to the |
// caller while |use_gtk_| is true. |
ColorMap colors_; |