diff options
Diffstat (limited to 'chrome/browser/io_thread.cc')
-rw-r--r-- | chrome/browser/io_thread.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc index 840d94b..bf9ba65 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() { |