Index: chrome/browser/io_thread.cc |
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc |
index ed2f0d670fb2f6e31dd1a7e48ab5c8932fb18b66..63fe4405dbf3fe28c08fcc24102f6b0d5205046c 100644 |
--- a/chrome/browser/io_thread.cc |
+++ b/chrome/browser/io_thread.cc |
@@ -550,11 +550,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( |