| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 88ee920593bc272213659c9f859dab1eed58df72..a5018ff4e6686e9caca9b1720ebafd8d02e73cbb 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -619,6 +619,11 @@
|
| }
|
|
|
| void IOThread::Init() {
|
| + // Prefer to use InitAsync unless you need initialization to block
|
| + // the UI thread
|
| +}
|
| +
|
| +void IOThread::InitAsync() {
|
| // TODO(erikchen): Remove ScopedTracker below once http://crbug.com/466432
|
| // is fixed.
|
| tracked_objects::ScopedTracker tracking_profile1(
|
|
|