| 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 387e7ce2582d6846f398f676fb30d0656d37a388..3eb4fcdca0c3f6a70d8daef6339e3f837106b15e 100644
|
| --- a/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| @@ -128,6 +128,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);
|
|
|