Index: chrome/browser/resources/md_user_manager/create_profile.js |
diff --git a/chrome/browser/resources/md_user_manager/create_profile.js b/chrome/browser/resources/md_user_manager/create_profile.js |
index a9a15572c21bb760336d1837012acc1a42841aac..95e4d8469d0433016439b27b54cb143af859b74f 100644 |
--- a/chrome/browser/resources/md_user_manager/create_profile.js |
+++ b/chrome/browser/resources/md_user_manager/create_profile.js |
@@ -396,6 +396,15 @@ Polymer({ |
this.isSupervised_, '', custodianProfilePath); |
}, |
+ /** |
+ * Handler for a change in the supervised account dropdown. |
+ * @param {!{target: HTMLSelectElement}} event |
+ * @private |
+ */ |
+ onAccountChanged_: function(e) { |
+ this.signedInUserIndex_ = e.target.value; |
+ }, |
+ |
/** |
* Handler for the 'import' event fired by #importUserPopup once a supervised |
* user is selected to be imported and the popup closes. |