| Index: chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.cc b/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| index a1a2493c4e3b3358634baffb696105aa60e6aad2..56a9af7a0ae2daad39df45c252b96bbcaec6cda8 100644
|
| --- a/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| @@ -123,6 +123,8 @@ void ManageProfileHandler::GetLocalizedValues(
|
| RegisterStrings(localized_strings, resources, arraysize(resources));
|
| RegisterTitle(localized_strings, "manageProfile", IDS_PROFILES_MANAGE_TITLE);
|
| RegisterTitle(localized_strings, "createProfile", IDS_PROFILES_CREATE_TITLE);
|
| + RegisterTitle(localized_strings, "disconnectAccount",
|
| + IDS_DISCONNECT_ACCOUNT_TITLE);
|
|
|
| base::string16 supervised_user_dashboard_url =
|
| base::ASCIIToUTF16(chrome::kLegacySupervisedUserManagementURL);
|
|
|