Index: chrome/browser/io_thread.cc |
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc |
index 06315719816955cfb2c371c6363c6dbc19d45868..71093ecf4ed50208eaf158386163dd9d99af4245 100644 |
--- a/chrome/browser/io_thread.cc |
+++ b/chrome/browser/io_thread.cc |
@@ -584,11 +584,6 @@ void IOThread::Init() { |
FROM_HERE, |
base::Bind(&IOThread::InitSystemRequestContext, |
weak_factory_.GetWeakPtr())); |
- |
- // We constructed the weak pointer on the IO thread but it will be |
- // used on the UI thread. Call this to avoid a thread checker |
- // error. |
- weak_factory_.DetachFromThread(); |
} |
void IOThread::CleanUp() { |