Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(835)

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentUpdater.h

Issue 2193183002: Print proper debug message in case of change event timeout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698