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

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

Issue 2817803002: MD Settings: CrOS: Focus elements on dialog close (Closed)
Patch Set: rebase Created 3 years, 8 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_subpage.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html
index b3c703c233dad2cbc0aacb63f9f83c6c7f454a24..b1287a511d6081179510aded72486c9166d2f10e 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html
@@ -95,7 +95,7 @@
bluetooth-private="[[bluetoothPrivate]]"
dialog-id="[[dialogId_]]"
error-message="[[errorMessage_]]"
- on-close="onDialogClosed_"
+ on-close="onDialogClose_"
on-device-event="onDeviceEvent_"
pairing-device="[[pairingDevice_]]">
</bluetooth-device-dialog>

Powered by Google App Engine
This is Rietveld 408576698