| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index 4ce87a47955cb1d83cfb2543bc4b1c5ec748ef0a..68bce89ded0519820b75cafe1a80486b0e62ad19 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -196,7 +196,6 @@ void RenderThreadImpl::Init() {
|
| idle_notification_delay_in_ms_ = kInitialIdleHandlerDelayMs;
|
| idle_notifications_to_skip_ = 0;
|
| compositor_initialized_ = false;
|
| - task_factory_.reset(new ScopedRunnableMethodFactory<RenderThreadImpl>(this));
|
|
|
| appcache_dispatcher_.reset(new AppCacheDispatcher(Get()));
|
| main_thread_indexed_db_dispatcher_.reset(
|
|
|