| Index: chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.js b/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| index b32e2174b03cb45778d3e68a178a14c39cc828ef..00b0dd17e1868f4b1d697082105af64e4ad9441d 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| @@ -61,7 +61,7 @@ Polymer({
|
| * @private
|
| */
|
| onIronOverlayClosed_: function(event) {
|
| - if (Polymer.dom(event).rootTarget.tagName == 'SETTINGS-DIALOG')
|
| + if (Polymer.dom(event).rootTarget.tagName == 'CR-DIALOG')
|
| this.showClearBrowsingDataDialog_ = false;
|
| },
|
| });
|
|
|