New BlobStorageContext for use in the main browser process. This class is not used...
commit23d951f5824da20e311c088a35068529002b87fc
authormichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 1 May 2013 21:28:33 +0000 (1 21:28 +0000)
committermichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 1 May 2013 21:28:33 +0000 (1 21:28 +0000)
treec098f2952f8d4890c64ceefa4c521350f25d44ee
parentf787848ac2338b858d8b8cbb7d4a36675ac54772
New BlobStorageContext for use in the main browser process. This class is not used yet, just added it with some tests in this CL.

BUG=174200
R=ericu@chromium.org, kinuko@chromium.org

Review URL: https://codereview.chromium.org/14139026

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197720 0039d316-1c4b-4281-b951-d872f2087c98
13 files changed:
content/content_tests.gypi
webkit/base/data_element.cc
webkit/base/data_element.h
webkit/blob/blob_data.cc
webkit/blob/blob_data.h
webkit/blob/blob_data_handle.cc [new file with mode: 0644]
webkit/blob/blob_data_handle.h [new file with mode: 0644]
webkit/blob/blob_storage_context.cc [new file with mode: 0644]
webkit/blob/blob_storage_context.h [new file with mode: 0644]
webkit/blob/blob_storage_context_unittest.cc [new file with mode: 0644]
webkit/blob/blob_storage_host.cc [new file with mode: 0644]
webkit/blob/blob_storage_host.h [new file with mode: 0644]
webkit/blob/webkit_blob.gypi