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

Unified Diff: webkit/browser/blob/blob_storage_context.h

Issue 259773006: Allow BlobDataHandles to be copied, and have their UUIDs read, on any thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Experimental Windows build fix Created 6 years, 8 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: webkit/browser/blob/blob_storage_context.h
diff --git a/webkit/browser/blob/blob_storage_context.h b/webkit/browser/blob/blob_storage_context.h
index dda669a963f9c369602936c00833ac8f233769de..189964c570d29771cb28e51042ad8ba88aea1a6d 100644
--- a/webkit/browser/blob/blob_storage_context.h
+++ b/webkit/browser/blob/blob_storage_context.h
@@ -29,6 +29,7 @@ class BlobStorageHost;
namespace webkit_blob {
class BlobDataHandle;
+class BlobDataHandleShared;
michaeln 2014/04/28 18:25:22 this doesn't look meaningful since it's really an
ericu 2014/04/28 18:43:01 Done.
// This class handles the logistics of blob Storage within the browser process,
// and maintains a mapping from blob uuid to the data. The class is single
@@ -53,7 +54,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT BlobStorageContext
private:
friend class content::BlobStorageHost;
- friend class BlobDataHandle;
+ friend class BlobDataHandle::BlobDataHandleShared;
friend class ViewBlobInternalsJob;
enum EntryFlags {
« webkit/browser/blob/blob_data_handle.cc ('K') | « webkit/browser/blob/blob_data_handle.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698