| Index: chrome/browser/resources/options2/browser_options.js
|
| diff --git a/chrome/browser/resources/options2/browser_options.js b/chrome/browser/resources/options2/browser_options.js
|
| index 7567ac23e80239833b4cb01b126b86d3558843a8..f19627db94cba156c39d8310906c8e2f4cffd756 100644
|
| --- a/chrome/browser/resources/options2/browser_options.js
|
| +++ b/chrome/browser/resources/options2/browser_options.js
|
| @@ -1001,6 +1001,8 @@ cr.define('options', function() {
|
| // add it to the list, even if the list is hidden so we can access it
|
| // later.
|
| $('profiles-list').dataModel = new ArrayDataModel(profiles);
|
| + // We got new data, close the open overlay if it's open.
|
| + ManageProfileOverlay.getInstance().visible = false;
|
| this.setProfileViewButtonsStatus_();
|
| },
|
|
|
|
|