diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-12 01:06:13 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-12 01:06:13 +0000 |
commit | 957aaba4166a51a2cf8125598f721a4685fef233 (patch) | |
tree | c99fe5312a627e9fcc2402bc6a90fc1b40fe12db /chrome/browser/views/options/content_page_view.h | |
parent | 4a880d23e98905e269bf4c0fd5d6f39e363eabad (diff) | |
download | chromium_src-957aaba4166a51a2cf8125598f721a4685fef233.zip chromium_src-957aaba4166a51a2cf8125598f721a4685fef233.tar.gz chromium_src-957aaba4166a51a2cf8125598f721a4685fef233.tar.bz2 |
Use the same string resource everywhere for the "Show Passwords" button.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/594039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38865 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/options/content_page_view.h b/chrome/browser/views/options/content_page_view.h index 3f155ca..aa08199 100644 --- a/chrome/browser/views/options/content_page_view.h +++ b/chrome/browser/views/options/content_page_view.h @@ -80,7 +80,7 @@ class ContentPageView : public OptionsPageView, void InitSyncGroup(); // Controls for the Password Saving group - views::NativeButton* passwords_exceptions_button_; + views::NativeButton* show_passwords_button_; OptionsGroupView* passwords_group_; views::RadioButton* passwords_asktosave_radio_; views::RadioButton* passwords_neversave_radio_; |