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

Unified Diff: chrome/browser/resources/md_user_manager/import_supervised_user.js

Issue 1995043003: Fix UserManagerBrowserTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: esaber Created 4 years, 7 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 | chrome/test/data/webui/md_user_manager/import_supervised_user_tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_user_manager/import_supervised_user.js
diff --git a/chrome/browser/resources/md_user_manager/import_supervised_user.js b/chrome/browser/resources/md_user_manager/import_supervised_user.js
index f50131d2c0da815aada7b53c5cddc1758e8039a3..a820afa77e2ff2b96581cf3c49c45ea5dd958a45 100644
--- a/chrome/browser/resources/md_user_manager/import_supervised_user.js
+++ b/chrome/browser/resources/md_user_manager/import_supervised_user.js
@@ -78,6 +78,9 @@ Polymer({
if (this.signedInUser_)
this.popupHidden_ = false;
+ if (this.popupHidden_)
+ return;
+
this.async(function() {
this.$$('paper-listbox').focus();
}.bind(this));
« no previous file with comments | « no previous file | chrome/test/data/webui/md_user_manager/import_supervised_user_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698