| Index: content/renderer/renderer_webkitplatformsupport_impl.cc
|
| ===================================================================
|
| --- content/renderer/renderer_webkitplatformsupport_impl.cc (revision 183651)
|
| +++ content/renderer/renderer_webkitplatformsupport_impl.cc (working copy)
|
| @@ -13,7 +13,6 @@
|
| #include "base/shared_memory.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "content/common/database_util.h"
|
| -#include "content/common/fileapi/webblobregistry_impl.h"
|
| #include "content/common/fileapi/webfilesystem_impl.h"
|
| #include "content/common/file_utilities_messages.h"
|
| #include "content/common/indexed_db/proxy_webidbfactory_impl.h"
|
| @@ -653,16 +652,6 @@
|
|
|
| //------------------------------------------------------------------------------
|
|
|
| -WebBlobRegistry* RendererWebKitPlatformSupportImpl::blobRegistry() {
|
| - // ChildThread::current can be NULL when running some tests.
|
| - if (!blob_registry_.get() && ChildThread::current()) {
|
| - blob_registry_.reset(new WebBlobRegistryImpl(ChildThread::current()));
|
| - }
|
| - return blob_registry_.get();
|
| -}
|
| -
|
| -//------------------------------------------------------------------------------
|
| -
|
| void RendererWebKitPlatformSupportImpl::sampleGamepads(WebGamepads& gamepads) {
|
| if (g_test_gamepads == 0) {
|
| if (!gamepad_shared_memory_reader_.get())
|
|
|