mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 70.0.3507.0 (#578961)
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
// Post a blocking task where the user won't notice if it takes an arbitrarily
|
||||
// long time to complete.
|
||||
#define CEF_POST_BACKGROUND_TASK(task) \
|
||||
CEF_POST_BLOCKING_TASK(base::TaskPriority::BACKGROUND, task)
|
||||
CEF_POST_BLOCKING_TASK(base::TaskPriority::BEST_EFFORT, task)
|
||||
|
||||
// Assert that blocking is allowed on the current thread.
|
||||
#define CEF_REQUIRE_BLOCKING() base::AssertBlockingAllowed()
|
||||
|
Reference in New Issue
Block a user