| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 841ca7806d9a5fe8af9ee310a9ce15fc90ce2285..5d62f15667706913bcb890537421d12452951bcd 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -551,11 +551,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(
|
|
|