| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index a5018ff4e6686e9caca9b1720ebafd8d02e73cbb..88ee920593bc272213659c9f859dab1eed58df72 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -619,11 +619,6 @@ net::URLRequestContextGetter* IOThread::system_url_request_context_getter() {
|
| }
|
|
|
| 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(
|
|
|