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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp

Issue 2395543002: reflow comments in modules/[mediasource,plugins] (Closed)
Patch Set: Created 4 years, 2 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/PaymentRequestUpdateEvent.cpp
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp
index bd6423fa5b1137c53562667e3f34fd577481c1b9..34f1fb19610d0fe174c1eeca06183ff07eb68a1a 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp
@@ -15,8 +15,9 @@
namespace blink {
namespace {
-static const int abortTimeout =
- 60; // Reject the payment request if the page does not resolve the promise from updateWith within 60 seconds.
+// Reject the payment request if the page does not resolve the promise from
+// updateWith within 60 seconds.
+static const int abortTimeout = 60;
class UpdatePaymentDetailsFunction : public ScriptFunction {
public:

Powered by Google App Engine
This is Rietveld 408576698