| 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() {
|
|
|