Commit 65814338 authored by rob.buis's avatar rob.buis Committed by Commit bot

Remove superfluous closeUI call

Remove superfluous closeUI call from onDismiss, this is
already done in disconnectFromClientWithDebugMessage.

BUG=587995

Review-Url: https://codereview.chromium.org/2536783002
Cr-Commit-Position: refs/heads/master@{#434708}
parent d5d01f97
...@@ -944,7 +944,6 @@ public class PaymentRequestImpl implements PaymentRequest, PaymentRequestUI.Clie ...@@ -944,7 +944,6 @@ public class PaymentRequestImpl implements PaymentRequest, PaymentRequestUI.Clie
@Override @Override
public void onDismiss() { public void onDismiss() {
disconnectFromClientWithDebugMessage("Dialog dismissed"); disconnectFromClientWithDebugMessage("Dialog dismissed");
closeUI(true);
recordAbortReasonHistogram(PaymentRequestMetrics.ABORT_REASON_ABORTED_BY_USER); recordAbortReasonHistogram(PaymentRequestMetrics.ABORT_REASON_ABORTED_BY_USER);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment