• stanisc's avatar
    Removed errorneous DCHECK from TaskManager SharedSampler code · 929f4347
    stanisc authored
    The DCHECK could be triggered if sampling of results by SharedSampler on
    background thread took longer than refresh cycle (1 second) and at the
    same time user added or removed one of TaskManager columns handled by
    SharedSampler.
    
    This DCHECK was an errorneous assumption. I removed it and added a comment
    explaining this situation.
    
    BUG=678471
    
    Review-Url: https://codereview.chromium.org/2612773004
    Cr-Commit-Position: refs/heads/master@{#441958}
    929f4347
shared_sampler_win.cc 21.6 KB