| Index: chrome/browser/gtk/options/content_page_gtk.h
|
| diff --git a/chrome/browser/gtk/options/content_page_gtk.h b/chrome/browser/gtk/options/content_page_gtk.h
|
| index 95b044e05a47551ca2c082a2ba6c2a52803e1502..17f58e444fd3a5af28d6941c59f6d238a729984e 100644
|
| --- a/chrome/browser/gtk/options/content_page_gtk.h
|
| +++ b/chrome/browser/gtk/options/content_page_gtk.h
|
| @@ -37,6 +37,10 @@ class ContentPageGtk : public OptionsPageBase {
|
| static void OnClearBrowsingDataButtonClicked(GtkButton* widget,
|
| ContentPageGtk* page);
|
|
|
| + // Callback for the GTK theme button.
|
| + static void OnGtkThemeButtonClicked(GtkButton* widget,
|
| + ContentPageGtk* page);
|
| +
|
| // Callback for reset default theme button.
|
| static void OnResetDefaultThemeButtonClicked(GtkButton* widget,
|
| ContentPageGtk* page);
|
|
|