summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/options/content_page_view.h
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-23 03:32:44 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-23 03:32:44 +0000
commit1e6dd971b2db13a94be8a76b6553c0011b625293 (patch)
tree99e91ad6a3775f4179f05f27fbeafef4ca49142f /chrome/browser/views/options/content_page_view.h
parenta1e5ce5773bda214b6bc71705bc1311826cbf8a0 (diff)
downloadchromium_src-1e6dd971b2db13a94be8a76b6553c0011b625293.zip
chromium_src-1e6dd971b2db13a94be8a76b6553c0011b625293.tar.gz
chromium_src-1e6dd971b2db13a94be8a76b6553c0011b625293.tar.bz2
BUG=1007
Added a dialog for removing exceptions of password manager Added the PasswordManagerExceptionsView class for removing exception of password manager added by "Never for this site" button. Also added a button in "Minor Tweaks" tab for openning the dialog. Review URL: http://codereview.chromium.org/18494 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8544 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/options/content_page_view.h')
-rw-r--r--chrome/browser/views/options/content_page_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/views/options/content_page_view.h b/chrome/browser/views/options/content_page_view.h
index 93a3a49..c6c7127 100644
--- a/chrome/browser/views/options/content_page_view.h
+++ b/chrome/browser/views/options/content_page_view.h
@@ -65,6 +65,7 @@ class ContentPageView : public OptionsPageView,
scoped_refptr<SelectFileDialog> select_file_dialog_;
// Controls for the Password Saving group
+ views::NativeButton* passwords_exceptions_button_;
OptionsGroupView* passwords_group_;
views::RadioButton* passwords_asktosave_radio_;
views::RadioButton* passwords_neversave_radio_;