summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/manage_profile_overlay.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options/manage_profile_overlay.js')
-rw-r--r--chrome/browser/resources/options/manage_profile_overlay.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/resources/options/manage_profile_overlay.js b/chrome/browser/resources/options/manage_profile_overlay.js
index c2ca83a..723d6cd 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.js
+++ b/chrome/browser/resources/options/manage_profile_overlay.js
@@ -551,7 +551,8 @@ cr.define('options', function() {
* Display the "Disconnect Managed Profile" dialog.
* @private
*/
- showDisconnectManagedProfileDialog_: function() {
+ showDisconnectManagedProfileDialog_: function(replacements) {
+ loadTimeData.overrideValues(replacements);
$('manage-profile-overlay-create').hidden = true;
$('manage-profile-overlay-manage').hidden = true;
$('manage-profile-overlay-delete').hidden = true;