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

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

Issue 2640233003: PaymentRequest: Move m_completeTimer to frame-specific TaskRunnerTimer. (Closed)
Patch Set: Use MiscPlatformAPI Created 3 years, 11 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 | « no previous file | third_party/WebKit/Source/modules/payments/PaymentRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 21e4c4be240c81b24167a12d7c5ad074d5405c29..faad6eec1bfbc15cb4f334951b6c27431c329627 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentRequest.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
@@ -123,7 +123,7 @@ class MODULES_EXPORT PaymentRequest final
Member<ScriptPromiseResolver> m_canMakePaymentResolver;
payments::mojom::blink::PaymentRequestPtr m_paymentProvider;
mojo::Binding<payments::mojom::blink::PaymentRequestClient> m_clientBinding;
- Timer<PaymentRequest> m_completeTimer;
+ TaskRunnerTimer<PaymentRequest> m_completeTimer;
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/payments/PaymentRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698