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

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: Close all overlays. 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
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..d6f9efb4a1259657801f17536c6068be43074fad 100644
--- a/chrome/browser/resources/options/managed_user_import.js
+++ b/chrome/browser/resources/options/managed_user_import.js
@@ -226,7 +226,7 @@ cr.define('options', function() {
onSuccess_: function() {
this.updateImportInProgress_(false);
options.ManagedUserListData.resetPromise();
- OptionsPage.closeOverlay();
+ OptionsPage.closeAllOverlays();
},
};
« no previous file with comments | « no previous file | chrome/browser/resources/options/options_page.js » ('j') | chrome/browser/resources/options/options_page.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698