| Index: chrome/browser/resources/options/manage_profile_overlay.js
|
| diff --git a/chrome/browser/resources/options/manage_profile_overlay.js b/chrome/browser/resources/options/manage_profile_overlay.js
|
| index b1d328f9d363222590b624a131baf66ec4f902e1..8c93fbc7349ef058347e78360d90809acabd239b 100644
|
| --- a/chrome/browser/resources/options/manage_profile_overlay.js
|
| +++ b/chrome/browser/resources/options/manage_profile_overlay.js
|
| @@ -500,6 +500,7 @@ cr.define('options', function() {
|
| var name = this.defaultProfileNames_[index];
|
| if (name) {
|
| this.setProfileName_(name, mode);
|
| + this.updateCreateOrImport_(mode);
|
| }
|
| }
|
| if (this.profileInfo_ && this.profileInfo_.filePath) {
|
|
|