Commit 2f160adc authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

cros eula: Focus "close" button for the additional terms dialog

Fixed: 1062246
Change-Id: I04a2c875497b14b5e9418bdd6a2abebabccbc384
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316205
Auto-Submit: Roman Sorokin [CET] <rsorokin@chromium.org>
Reviewed-by: default avatarRenato Silva <rrsilva@google.com>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791492}
parent daad98ce
...@@ -162,6 +162,7 @@ Polymer({ ...@@ -162,6 +162,7 @@ Polymer({
onAdditionalTermsClicked_() { onAdditionalTermsClicked_() {
chrome.send('login.EulaScreen.userActed', ['show-additional-tos']); chrome.send('login.EulaScreen.userActed', ['show-additional-tos']);
this.$['additional-tos'].showModal(); this.$['additional-tos'].showModal();
this.$['close-additional-tos'].focus();
}, },
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment