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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentRequest.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/PaymentRequest.cpp
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
index bf26a120ac4021fd6f8eeb16573ed382e1799c7c..fb01a7ba7708bb871637c854cd8f1de218a5b5df 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
@@ -171,12 +171,12 @@ struct TypeConverter<WTFArray<PaymentMethodDataPtr>,
namespace blink {
namespace {
-// If the website does not call complete() 60 seconds after show() has been resolved, then behave as if
-// the website called complete("fail").
+// If the website does not call complete() 60 seconds after show() has been
+// resolved, then behave as if the website called complete("fail").
static const int completeTimeoutSeconds = 60;
-// Validates ShippingOption or PaymentItem, which happen to have identical fields,
-// except for "id", which is present only in ShippingOption.
+// Validates ShippingOption or PaymentItem, which happen to have identical
+// fields, except for "id", which is present only in ShippingOption.
template <typename T>
void validateShippingOptionOrPaymentItem(const T& item,
ExceptionState& exceptionState) {

Powered by Google App Engine
This is Rietveld 408576698