Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html |
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html |
index 70d9cd369fb2fbf7fbd9332d15ad41cf2e7c8459..902606bc3d9a78d8a5779ceed05ff67daa29514f 100644 |
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html |
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html |
@@ -76,8 +76,8 @@ |
margin: 0 20px; |
} |
</style> |
- <cr-dialog id="dialog" class="layout vertical" |
- on-iron-overlay-canceled="onIronOverlayCanceled_"> |
+ <dialog is="cr-dialog" id="dialog" class="layout vertical" |
+ on-cancel="onDialogCanceled_"> |
<div class="title">[[getTitle_(dialogId)]]</div> |
<div class="body"> |
<template is="dom-if" if="[[isDialogType_(dialogId, 'addDevice')]]"> |
@@ -163,7 +163,7 @@ |
</paper-button> |
</template> |
</div> |
- </cr-dialog> |
+ </dialog> |
</template> |
<script src="/bluetooth_page/bluetooth_device_dialog.js"></script> |
</dom-module> |