Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1355)

Unified Diff: chrome/browser/gtk/options/content_page_gtk.h

Issue 150176: GTK: First draft of using native themes, partially based on evan's CL 118358. (Closed)
Patch Set: And the codereview tool is back. Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698