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

Unified Diff: chrome/browser/ui/webui/options/manage_profile_handler.cc

Issue 2136103008: Makes 'Disconnect Account' overlay in chrome://settings accessible thru a URL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/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);

Powered by Google App Engine
This is Rietveld 408576698