• creis's avatar
    Simplify EncodePageState to return no value. · 20ada695
    creis authored
    It was never able to return false, which led to unnecessary error
    case handling.  Removing the return value makes reasoning about
    invalid PageStates easier.
    
    BUG=568703
    TEST=No behavior change.
    CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
    
    Review-Url: https://codereview.chromium.org/2181753002
    Cr-Commit-Position: refs/heads/master@{#407552}
    20ada695
page_state.cc 4.68 KB