| Index: chrome/browser/resources/signin/sync_confirmation/sync_confirmation.js
|
| diff --git a/chrome/browser/resources/signin/sync_confirmation/sync_confirmation.js b/chrome/browser/resources/signin/sync_confirmation/sync_confirmation.js
|
| index bf3600390e282303e94b63e97438d89c2c54d75a..53d68539b612050431c656a1d4bed4bf32d332d6 100644
|
| --- a/chrome/browser/resources/signin/sync_confirmation/sync_confirmation.js
|
| +++ b/chrome/browser/resources/signin/sync_confirmation/sync_confirmation.js
|
| @@ -52,7 +52,7 @@ cr.define('sync.confirmation', function() {
|
| // on "enter" being pressed and the user hits "enter", perform the default
|
| // action of the dialog, which is "OK, Got It".
|
| if (e.key == 'Enter' &&
|
| - !/^(A|PAPER-BUTTON)$/.test(document.activeElement.tagName)) {
|
| + !/^(A|PAPER-(BUTTON|CHECKBOX))$/.test(document.activeElement.tagName)) {
|
| $('confirmButton').click();
|
| e.preventDefault();
|
| }
|
|
|