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

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: Fixed review comments 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
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEventTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3224b3e63d15b1c0e7ca1745f079efde983b1865 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentUpdater.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentUpdater.h
@@ -7,6 +7,7 @@
#include "modules/ModulesExport.h"
#include "platform/heap/GarbageCollected.h"
+#include "wtf/text/WTFString.h"
namespace blink {
@@ -15,7 +16,7 @@ class ScriptValue;
class MODULES_EXPORT PaymentUpdater : public GarbageCollectedMixin {
public:
virtual void onUpdatePaymentDetails(const ScriptValue& detailsScriptValue) = 0;
- virtual void onUpdatePaymentDetailsFailure(const ScriptValue& error) = 0;
+ virtual void onUpdatePaymentDetailsFailure(const String& error) = 0;
protected:
virtual ~PaymentUpdater() {}
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEventTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698