diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 22:26:16 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 22:26:16 +0000 |
commit | 3f520300262fbcaac0e5c0528c16ebafb39fcb60 (patch) | |
tree | 10ad1e47d1c2945612ea72f5ade98a600cf5db1f /chrome/browser/gtk | |
parent | b5a4cf359cec8f0ca15ed901ae2ff7e366d7fc2d (diff) | |
download | chromium_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.cc | 8 |
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_; |