• eugenebut's avatar
    [ios] Cleaned up comments and tests for CookieStoreIOS synchronization. · d649da83
    eugenebut authored
    In UIWebView world CookieStoreIOS could dynamically change its state
    and either be synchronized with NSHTTPCookieStorage or unsynchronized.
    
    In WKWebView world CookieStoreIOS never changes its state. It is either
    always synchronized (for sign in) or always unsynchronized (for regular
    browsing).
    
    Notable changes:
    - updated comments to reflect that sync state is not dynamic
    - removed RoundTripTest which tested non-existing dynamic synchronization flow
    - removed other tests which tests dynamic synchronization
    
    BUG=676144
    
    Review-Url: https://codereview.chromium.org/2604763003
    Cr-Commit-Position: refs/heads/master@{#440851}
    d649da83
cookie_store_ios.h 13.7 KB