summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/gtk/options/advanced_contents_gtk.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/gtk/options/advanced_contents_gtk.cc b/chrome/browser/gtk/options/advanced_contents_gtk.cc
index 402c285..7e44042c 100644
--- a/chrome/browser/gtk/options/advanced_contents_gtk.cc
+++ b/chrome/browser/gtk/options/advanced_contents_gtk.cc
@@ -460,10 +460,6 @@ class SecuritySection : public OptionsPageBase {
}
private:
- // The callback functions for the options widgets.
- static void OnFontsAndLanguagesButtonClicked(GtkButton *button,
- WebContentSection* section);
-
// The widget containing the options for this section.
GtkWidget* page_;
@@ -490,6 +486,10 @@ class WebContentSection : public OptionsPageBase {
}
private:
+ // The callback functions for the options widgets.
+ static void OnFontsAndLanguagesButtonClicked(GtkButton *button,
+ WebContentSection* section);
+
// The widget containing the options for this section.
GtkWidget* page_;