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

Unified Diff: chrome/browser/resources/settings/android_apps_page/android_apps_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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/android_apps_page/android_apps_subpage.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html
diff --git a/chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html b/chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html
index 11639d6bbcfffa2158cfc47cb215accd23ffb280..31cbfcbe97178442981ee30a0d61c861411940ae 100644
--- a/chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html
+++ b/chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html
@@ -32,7 +32,8 @@
<!-- Confirm disable android apps dialog -->
<dialog is="cr-dialog" id="confirmDisableDialog" close-text="$i18n{close}"
- on-cancel="onConfirmDisableDialogCancel_">
+ on-cancel="onConfirmDisableDialogCancel_"
+ on-close="onConfirmDisableDialogClose_">
<div class="title">$i18n{androidAppsDisableDialogTitle}</div>
<div class="body" inner-h-t-m-l="[[dialogBody_]]"></div>
<div class="button-container">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/android_apps_page/android_apps_subpage.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698