• cco3's avatar
    Pass Physical Web metadata through a struct · 4417ce64
    cco3 authored
    Currently, we use DictionaryValues in the Physical Web data source.
    The problem with this is that we cannot store store longs (timestamps).
    This change introduces a metadata struct that can be requested from the
    data source, deprecating the DictionaryValue option.
    
    BUG=667722
    
    Review-Url: https://codereview.chromium.org/2561493002
    Cr-Commit-Position: refs/heads/master@{#443425}
    4417ce64
physical_web_scanner.mm 17.6 KB