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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentRequest.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/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();

Powered by Google App Engine
This is Rietveld 408576698