Differences From Artifact [e6983d567a]:
- File build/chrome/cackey.js — part of check-in [233d1929c2] at 2016-02-13 10:08:53 on branch trunk — ChromeOS: Made PIN entry failure code slightly cleaner (user: rkeene, size: 7194) [annotate] [blame] [check-ins using]
To Artifact [130898c1ff]:
- File build/chrome/cackey.js — part of check-in [78f6a43a4e] at 2016-02-13 10:09:19 on branch trunk — ChromeOS: Whitespace cleanup (user: rkeene, size: 7195) [annotate] [blame] [check-ins using]
︙ | |||
117 118 119 120 121 122 123 124 125 126 127 128 129 130 | 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | + | } }, function(pinWindow) { if (!pinWindow) { console.log("[cackey] No window was provided for PIN entry, this will not go well."); return; } pinWindow.drawAttention(); pinWindow.focus(); /* * Register a handler to handle the window being closed without * having sent anything */ |
︙ |