Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2416)

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.cc

Issue 11410019: ********** Chromium Blob hacking (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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())
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.h ('k') | content/worker/worker_webkitplatformsupport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698