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

Unified Diff: chrome/browser/dom_ui/passwords_exceptions_handler.cc

Issue 3086017: Add tabs to passwords and exceptions subpage (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: add todo for mac Created 10 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/passwords_exceptions_handler.cc
diff --git a/chrome/browser/dom_ui/passwords_exceptions_handler.cc b/chrome/browser/dom_ui/passwords_exceptions_handler.cc
index dfb87e804dc263c51cd655a9d284fd2270de282b..0fd3ffd371473d7dda14cb20f9b251282820a810 100644
--- a/chrome/browser/dom_ui/passwords_exceptions_handler.cc
+++ b/chrome/browser/dom_ui/passwords_exceptions_handler.cc
@@ -24,6 +24,10 @@ void PasswordsExceptionsHandler::GetLocalizedValues(
localized_strings->SetString(L"passwordsExceptionsTitle",
l10n_util::GetString(IDS_PASSWORDS_EXCEPTIONS_WINDOW_TITLE));
+ localized_strings->SetString(L"passwordsTabTitle",
+ l10n_util::GetString(IDS_PASSWORDS_SHOW_PASSWORDS_TAB_TITLE));
+ localized_strings->SetString(L"exceptionsTabTitle",
+ l10n_util::GetString(IDS_PASSWORDS_EXCEPTIONS_TAB_TITLE));
}
void PasswordsExceptionsHandler::RegisterMessages() {
« no previous file with comments | « no previous file | chrome/browser/resources/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698