Avoid failing assert when Physical Web scanner is inactive
Removes an assert that was triggered when scanner_ was nil, which is expected whenever the scanner is in the "stopped" state. Instead, we explicitly check if scanner_ is nil and return an empty metadata list. BUG=630769 Review-Url: https://codereview.chromium.org/2248983003 Cr-Commit-Position: refs/heads/master@{#412584}
Showing
Please register or sign in to comment