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.
|
}, |
}; |