| Index: chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.h b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| index 0d300ee62031bb3027384aacb72b89496f119afc..e86f74798aa7264c09e0282375bf3641de630701 100644
|
| --- a/chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| +++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| @@ -185,9 +185,11 @@ class Gtk2UI : public views::LinuxUI {
|
| SkColor inactive_selection_bg_color_;
|
| SkColor inactive_selection_fg_color_;
|
|
|
| +#if defined(USE_GCONF)
|
| // Currently, the only source of window button configuration. This will
|
| // change if we ever have to support XFCE's configuration system or KDE's.
|
| scoped_ptr<GConfTitlebarListener> titlebar_listener_;
|
| +#endif // defined(USE_GCONF)
|
|
|
| // If either of these vectors are non-empty, they represent the current
|
| // window button configuration.
|
|
|