Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html

Issue 2180823004: Migrate <cr-dialog> from PaperDialogBehavior to native <dialog>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge conflicts with Tommy's CL. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
index 85565345cc6c5e55bea30bd3e0d6370cf6fbc622..f368bc8bd830fe4ba57360c63189c3f09448cf73 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
@@ -89,10 +89,9 @@
adapter-state="[[adapterState]]"
device-list="[[deviceList]]"
dialog-id="[[dialogId]]"
+ on-close="onDialogClosed_"
error-message="[[errorMessage]]"
on-device-event="onDeviceEvent_"
- on-iron-overlay-closed="onDialogClosed_"
- on-iron-overlay-opened="onDialogOpened_"
on-response="onResponse_"
pairing-device="[[pairingDevice]]"
pairing-event="[[pairingEvent]]">

Powered by Google App Engine
This is Rietveld 408576698