• hirono's avatar
    Files.app: Add NewMetadataProvider class. · 5eef2621
    hirono authored
    The class will be used as the base class of all metadata provider.  The class has abstrct
    getImpl method and sub-class of the class should inherit the function. The class
    also contains MetadataProviderCache that is a sub-class of MetadataCacheSet, and
    caches the result of getImpl method.
    
    BUG=410766
    TEST=FileManagerJsTest.NewMetadataProvider
    
    Review URL: https://codereview.chromium.org/894283002
    
    Cr-Commit-Position: refs/heads/master@{#314279}
    5eef2621
file_manager_jstest.cc 4.7 KB