| Index: chrome/browser/resources/settings/about_page/detailed_build_info.js
|
| diff --git a/chrome/browser/resources/settings/about_page/detailed_build_info.js b/chrome/browser/resources/settings/about_page/detailed_build_info.js
|
| index 42837a36462348892707dd724c8c107e804fa728..ab301700ec3036ca490badaaf5987f80ffab750f 100644
|
| --- a/chrome/browser/resources/settings/about_page/detailed_build_info.js
|
| +++ b/chrome/browser/resources/settings/about_page/detailed_build_info.js
|
| @@ -64,7 +64,7 @@ Polymer({
|
| // Register listener to detect when the dialog is closed. Flip the boolean
|
| // once closed to force a restamp next time it is shown such that the
|
| // previous dialog's contents are cleared.
|
| - dialog.addEventListener('iron-overlay-closed', function() {
|
| + dialog.addEventListener('close', function() {
|
| this.showChannelSwitcherDialog_ = false;
|
| }.bind(this));
|
| }.bind(this));
|
|
|