Index: chrome/browser/dom_ui/options/password_manager_handler.cc |
diff --git a/chrome/browser/dom_ui/options/password_manager_handler.cc b/chrome/browser/dom_ui/options/password_manager_handler.cc |
index 6076bc7e8135c5a69bcecd0b753be1f0fd2cd4d0..b6a3fe0770804b8417af6c10c4506c13e82ced60 100644 |
--- a/chrome/browser/dom_ui/options/password_manager_handler.cc |
+++ b/chrome/browser/dom_ui/options/password_manager_handler.cc |
@@ -44,10 +44,6 @@ void PasswordManagerHandler::GetLocalizedValues( |
l10n_util::GetStringUTF16(IDS_PASSWORDS_PAGE_VIEW_REMOVE_BUTTON)); |
localized_strings->SetString("passwordsRemoveAllButton", |
l10n_util::GetStringUTF16(IDS_PASSWORDS_PAGE_VIEW_REMOVE_ALL_BUTTON)); |
- localized_strings->SetString("passwordsShowButton", |
tfarina
2011/01/18 01:04:48
When I was looking into crbug.com/69145 I found th
|
- l10n_util::GetStringUTF16(IDS_PASSWORDS_PAGE_VIEW_SHOW_BUTTON)); |
- localized_strings->SetString("passwordsHideButton", |
- l10n_util::GetStringUTF16(IDS_PASSWORDS_PAGE_VIEW_HIDE_BUTTON)); |
localized_strings->SetString("passwordsRemoveAllTitle", |
l10n_util::GetStringUTF16( |
IDS_PASSWORDS_PAGE_VIEW_CAPTION_DELETE_ALL_PASSWORDS)); |