Handle empty username_hash in ClientCertFilterChromeOS.
The Init() function did never call back if the username_hash was empty, because GetPrivateSlotForChromeOSUser would return a nullptr and InitIfSlotsAvailable returning consistently false. Now the callback will be called once GetPrivateSlotForChromeOSUser returned. This change is on purpose kept minimal to allow merging to M40. BUG=434205 Review URL: https://codereview.chromium.org/802433002 Cr-Commit-Position: refs/heads/master@{#308191}
Showing
Please register or sign in to comment