• Rouslan Solomakhin's avatar
    [Web Payment] Common constructor. · fd58d3d0
    Rouslan Solomakhin authored
    Before this patch, the salient difference between the two
    RespondWithCallbacks constructors was not obvious, making development
    brittle.
    
    This patch moves the common code for the two constructors into the
    common private constructor, which used by the two public constructors.
    
    After this patch, the difference between the two constructors for
    RespondWithCallbacks is more clear.
    
    Bug: 1005076
    Change-Id: I8b5a80626c4ec2cfffb78439ed44bd159251ef67
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089615
    Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org>
    Reviewed-by: default avatarDanyao Wang <danyao@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#748748}
    fd58d3d0
payment_app_provider_impl.cc 33.1 KB