summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-15 22:26:16 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-15 22:26:16 +0000
commit3f520300262fbcaac0e5c0528c16ebafb39fcb60 (patch)
tree10ad1e47d1c2945612ea72f5ade98a600cf5db1f /chrome/browser/gtk
parentb5a4cf359cec8f0ca15ed901ae2ff7e366d7fc2d (diff)
downloadchromium_src-3f520300262fbcaac0e5c0528c16ebafb39fcb60.zip
chromium_src-3f520300262fbcaac0e5c0528c16ebafb39fcb60.tar.gz
chromium_src-3f520300262fbcaac0e5c0528c16ebafb39fcb60.tar.bz2
TBR: evan@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20798 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk')
-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_;