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

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

Issue 2808573002: PaymentRequest: Change the timer task type. (Closed)
Patch Set: rebase Created 3 years, 8 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 | 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/PaymentRequestUpdateEvent.cpp
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp
index dcd913fce80ebd4a3714019bff2b08d69cfe304f..40d68196e592b6a46a99d061fe05ce39ba15a880 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp
@@ -155,7 +155,7 @@ PaymentRequestUpdateEvent::PaymentRequestUpdateEvent(
: Event(type, init),
wait_for_update_(false),
abort_timer_(
- TaskRunnerHelper::Get(TaskType::kMiscPlatformAPI, execution_context),
+ TaskRunnerHelper::Get(TaskType::kUserInteraction, execution_context),
this,
&PaymentRequestUpdateEvent::OnUpdateEventTimeout) {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698