Chromium Code Reviews| Index: third_party/WebKit/Source/modules/payments/PaymentUpdater.h |
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentUpdater.h b/third_party/WebKit/Source/modules/payments/PaymentUpdater.h |
| index b71a2c3be600912b8d357b17a8ad01be9754cf00..7128a781b8bf96523dc6960b1ffb52e87e7b76a0 100644 |
| --- a/third_party/WebKit/Source/modules/payments/PaymentUpdater.h |
| +++ b/third_party/WebKit/Source/modules/payments/PaymentUpdater.h |
| @@ -16,6 +16,7 @@ class MODULES_EXPORT PaymentUpdater : public GarbageCollectedMixin { |
| public: |
| virtual void onUpdatePaymentDetails(const ScriptValue& detailsScriptValue) = 0; |
| virtual void onUpdatePaymentDetailsFailure(const ScriptValue& error) = 0; |
|
please use gerrit instead
2016/07/29 15:40:51
Change ScriptValue to String
pals
2016/08/01 11:18:23
Done.
|
| + virtual void abortPaymentRequest(const String& error) = 0; |
|
please use gerrit instead
2016/07/29 15:40:50
No need for extra function.
pals
2016/08/01 11:18:23
Done.
|
| protected: |
| virtual ~PaymentUpdater() {} |