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:
Cheng Zhao 2018-01-03 19:05:16 +09:00
parent 952928dc79
commit 104585e772
3 changed files with 9 additions and 44 deletions

View file

@ -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"