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

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

Issue 160416: Add "Get Themes" button to gtk options dialog. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 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
===================================================================
--- chrome/browser/gtk/options/content_page_gtk.h (revision 22090)
+++ chrome/browser/gtk/options/content_page_gtk.h (working copy)
@@ -45,6 +45,10 @@
static void OnResetDefaultThemeButtonClicked(GtkButton* widget,
ContentPageGtk* page);
+ // Callback for get themes button.
+ static void OnGetThemesButtonClicked(GtkButton* widget,
+ ContentPageGtk* page);
+
// Callback for passwords exceptions button.
static void OnPasswordsExceptionsButtonClicked(GtkButton* widget,
ContentPageGtk* page);
« no previous file with comments | « no previous file | chrome/browser/gtk/options/content_page_gtk.cc » ('j') | chrome/browser/views/options/content_page_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698