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

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

Issue 2602973002: Add Active Directory password change screen. (Closed)
Patch Set: Addressing Michael's comments. 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 77439f3643b0a9c8a5b07f74d4d168dcee081cd8..c642b1631c5a7967751f61d5f97a73d9f365be70 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() {

Powered by Google App Engine
This is Rietveld 408576698