Do not create DIR_USER_DATA on IO thread
It would slowdown the startup time of apps since we have wait for two message posts between threads.
This commit is contained in:
parent
952928dc79
commit
104585e772
3 changed files with 9 additions and 44 deletions
|
@ -77,7 +77,6 @@
|
|||
#include "base/rand_util.h"
|
||||
#include "base/sequenced_task_runner_helpers.h"
|
||||
#include "base/single_thread_task_runner.h"
|
||||
#include "base/single_thread_task_runner.h"
|
||||
#include "base/strings/string_number_conversions.h"
|
||||
#include "base/strings/string_split.h"
|
||||
#include "base/strings/string_util.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue