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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.js

Issue 431303003: Fix a "managedUser" reference that was re-renamed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/manage_profile_overlay.js
diff --git a/chrome/browser/resources/options/manage_profile_overlay.js b/chrome/browser/resources/options/manage_profile_overlay.js
index aaa36441bab345ed3ae1e93dea2cf33706abb742..a1bfab6a7ba80a70599a442e33aad3d265f350f4 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.js
+++ b/chrome/browser/resources/options/manage_profile_overlay.js
@@ -117,7 +117,7 @@ cr.define('options', function() {
// is shown again when the import overlay loads. TODO(akuegel): Remove
// this temporary fix when crbug/246304 is resolved.
$('import-existing-supervised-user-link').hidden = true;
- PageManager.showPageByName('managedUserImport');
+ PageManager.showPageByName('supervisedUserImport');
};
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698