Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3491)

Unified Diff: chrome/browser/ui/webui/options2/password_manager_handler2.cc

Issue 10032020: [settings] remove unused strings bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));

Powered by Google App Engine
This is Rietveld 408576698