| Index: chrome/browser/ui/webui/options2/password_manager_handler2.cc
|
| diff --git a/chrome/browser/ui/webui/options2/password_manager_handler2.cc b/chrome/browser/ui/webui/options2/password_manager_handler2.cc
|
| index 31d32bf3d23854b440fc0da988ac4af8efbd3b72..6693c2314bdcfb25151cc06ae14ac7da87fc6b31 100644
|
| --- a/chrome/browser/ui/webui/options2/password_manager_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/password_manager_handler2.cc
|
| @@ -51,22 +51,10 @@ void PasswordManagerHandler::GetLocalizedValues(
|
| IDS_PASSWORDS_PAGE_VIEW_SHOW_BUTTON },
|
| { "passwordHideButton",
|
| IDS_PASSWORDS_PAGE_VIEW_HIDE_BUTTON },
|
| - { "passwordsSiteColumn",
|
| - IDS_PASSWORDS_PAGE_VIEW_SITE_COLUMN },
|
| - { "passwordsUsernameColumn",
|
| - IDS_PASSWORDS_PAGE_VIEW_USERNAME_COLUMN },
|
| - { "passwordsRemoveButton",
|
| - IDS_PASSWORDS_PAGE_VIEW_REMOVE_BUTTON },
|
| { "passwordsNoPasswordsDescription",
|
| - IDS_PASSWORDS_PAGE_VIEW_NO_PASSWORDS_DESCRIPTION },
|
| + IDS_PASSWORDS_PAGE_VIEW_NO_PASSWORDS_DESCRIPTION },
|
| { "passwordsNoExceptionsDescription",
|
| - IDS_PASSWORDS_PAGE_VIEW_NO_EXCEPTIONS_DESCRIPTION },
|
| - { "passwordsRemoveAllButton",
|
| - IDS_PASSWORDS_PAGE_VIEW_REMOVE_ALL_BUTTON },
|
| - { "passwordsRemoveAllTitle",
|
| - IDS_PASSWORDS_PAGE_VIEW_CAPTION_DELETE_ALL_PASSWORDS },
|
| - { "passwordsRemoveAllWarning",
|
| - IDS_PASSWORDS_PAGE_VIEW_TEXT_DELETE_ALL_PASSWORDS },
|
| + IDS_PASSWORDS_PAGE_VIEW_NO_EXCEPTIONS_DESCRIPTION },
|
| };
|
|
|
| RegisterStrings(localized_strings, resources, arraysize(resources));
|
|
|