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

Unified Diff: chrome/browser/resources/chromeos/login/login_shared.js

Issue 2602973002: Add Active Directory password change screen. (Closed)
Patch Set: nits Created 3 years, 11 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/resources/chromeos/login/login_shared.js
diff --git a/chrome/browser/resources/chromeos/login/login_shared.js b/chrome/browser/resources/chromeos/login/login_shared.js
index ff3b3869f468fdb2983794ac2b79d27c458a3238..160da795f67822e8353ca0f0d9de9683e5676fae 100644
--- a/chrome/browser/resources/chromeos/login/login_shared.js
+++ b/chrome/browser/resources/chromeos/login/login_shared.js
@@ -187,6 +187,14 @@ cr.define('cr.ui', function() {
};
/**
+ * Shows Active Directory password change screen.
+ * @param {string} username Name of the user that should change the password.
+ */
+ Oobe.showActiveDirectoryPasswordChangeScreen = function(username) {
+ DisplayManager.showActiveDirectoryPasswordChangeScreen(username);
+ };
+
+ /**
* Show user-pods.
*/
Oobe.showUserPods = function() {
« no previous file with comments | « chrome/browser/resources/chromeos/login/login_screens.html ('k') | chrome/browser/resources/chromeos/login/oobe.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698