| 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);
|
|
|