summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authormhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-16 21:27:11 +0000
committermhm@chromium.org <mhm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-16 21:27:11 +0000
commit65caea420f610d92b0068f7efd3ba75fc689fbb8 (patch)
tree2728b1758af7cea4e06774e69bd94fb9c7085feb /chrome
parenta7eb5dba27030a39ce515fffebb394c3bdefbcb6 (diff)
downloadchromium_src-65caea420f610d92b0068f7efd3ba75fc689fbb8.zip
chromium_src-65caea420f610d92b0068f7efd3ba75fc689fbb8.tar.gz
chromium_src-65caea420f610d92b0068f7efd3ba75fc689fbb8.tar.bz2
Cleanup Personal Stuff options tab page
The popup variable declarations are not needed anymore since they were removed . BUG=none TEST=page functions correctly Review URL: http://codereview.chromium.org/126102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/views/options/content_page_view.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/views/options/content_page_view.h b/chrome/browser/views/options/content_page_view.h
index c429407..25f3f92 100644
--- a/chrome/browser/views/options/content_page_view.h
+++ b/chrome/browser/views/options/content_page_view.h
@@ -61,11 +61,6 @@ class ContentPageView : public OptionsPageView,
OptionsGroupView* themes_group_;
views::NativeButton* themes_reset_button_;
- // Controls for the Popup Blocking group.
- OptionsGroupView* popups_group_;
- views::RadioButton* popups_show_minimized_radio_;
- views::RadioButton* popups_block_all_radio_;
-
// Controls for the browsing data group.
OptionsGroupView* browsing_data_group_;
views::Label* browsing_data_label_;