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

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

Issue 192573003: After a supervised user has been imported, close overlays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/managed_user_import.js
diff --git a/chrome/browser/resources/options/managed_user_import.js b/chrome/browser/resources/options/managed_user_import.js
index cd3b4be58d792ddc66ff03d3e0a754f689a2f9f2..26ab3dd83b6dc44d9fa4e6eb00cb2a3a9a9e9546 100644
--- a/chrome/browser/resources/options/managed_user_import.js
+++ b/chrome/browser/resources/options/managed_user_import.js
@@ -227,6 +227,8 @@ cr.define('options', function() {
this.updateImportInProgress_(false);
options.ManagedUserListData.resetPromise();
OptionsPage.closeOverlay();
+ // Also close the create profile overlay.
+ OptionsPage.closeOverlay();
Bernhard Bauer 2014/03/10 10:25:19 It seems somewhat brittle that we close the two fr
Adrian Kuegel 2014/03/10 10:28:52 Yes, I think that is the functionality we actually
Bernhard Bauer 2014/03/10 10:37:36 Yesplz :) It shouldn't be too difficult; just clo
Adrian Kuegel 2014/03/10 10:39:07 Done.
},
};
« 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