Overview
Comment: | ChromeOS: Sanity -- initialize PIN prompt |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e0d9e2f1fbdc3fd851ff65ee4f6f12aa |
User & Date: | rkeene on 2016-02-15 07:34:14 |
Other Links: | manifest | tags |
Context
2016-02-15
| ||
07:49 | Minor cleanup check-in: 43490cab39 user: rkeene tags: trunk | |
07:34 | ChromeOS: Sanity -- initialize PIN prompt check-in: e0d9e2f1fb user: rkeene tags: trunk | |
07:31 | ChromeOS: Attempt to sign the correctly prefixed data check-in: 7879121689 user: rkeene tags: trunk | |
Changes
Modified build/chrome/cackey-chrome-init.cc from [7e2a70b757] to [e1139896d5].
︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - + | corePointer = core; } virtual ~CACKeyInstance() {} virtual void HandleMessageThread(pp::VarDictionary *message) { cackey_chrome_returnType signRet; |
︙ |