Chromium Code Reviews| Index: third_party/WebKit/Source/modules/payments/PaymentRequest.h |
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.h b/third_party/WebKit/Source/modules/payments/PaymentRequest.h |
| index 12b7dd5988a886ac450a702d44c3e06c53510090..77abced243fb364d27d0f1211fbdaeaf4f684e7e 100644 |
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequest.h |
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.h |
| @@ -69,6 +69,7 @@ public: |
| // PaymentUpdater: |
| void onUpdatePaymentDetails(const ScriptValue& detailsScriptValue) override; |
| void onUpdatePaymentDetailsFailure(const ScriptValue& error) override; |
|
please use gerrit instead
2016/07/29 15:40:50
Let's change this ScriptValue to String
pals
2016/08/01 11:18:23
Done.
|
| + void abortPaymentRequest(const String& message) override; |
|
please use gerrit instead
2016/07/29 15:40:50
Let's remove this method
pals
2016/08/01 11:18:23
Done.
|
| DECLARE_TRACE(); |