Index: chrome/browser/io_thread.cc |
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc |
index 840d94b2f18bbc9d5ac019b0eee4294698921fd5..bf9ba65fa553b1f0738c106753c269203f7825ff 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() { |