mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove the TID_FILE default value
Clients should instead make an informed decision about which blocking thread to use. See cef_thread_id_t documentation for guidance.
This commit is contained in:
@@ -1458,7 +1458,6 @@ typedef enum {
|
||||
// CefShutdown() are guaranteed to run.
|
||||
///
|
||||
TID_FILE_BACKGROUND,
|
||||
TID_FILE = TID_FILE_BACKGROUND,
|
||||
|
||||
///
|
||||
// Used for blocking tasks (e.g. file system access) that affect UI or
|
||||
|
Reference in New Issue
Block a user