Index: chrome/browser/io_thread.cc |
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc |
index cfb9a37833b47cb1fe1274141350e0ec047d0e11..70f45b3e64c1197a069f3dffe99fe2f7f1d3fb2d 100644 |
--- a/chrome/browser/io_thread.cc |
+++ b/chrome/browser/io_thread.cc |
@@ -615,11 +615,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( |