Index: chrome/browser/io_thread.cc |
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc |
index 4948892ab148eb28c3931b077e222608d96db100..626adc0213be0a2a42a1011abb7d8e4cce19ee16 100644 |
--- a/chrome/browser/io_thread.cc |
+++ b/chrome/browser/io_thread.cc |
@@ -612,11 +612,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( |