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

Unified Diff: storage/browser/blob/internal_blob_data.h

Issue 1287303002: [BlobAsync] Patch 1: BlobStorageRegistry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: correction Created 5 years, 2 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: storage/browser/blob/internal_blob_data.h
diff --git a/storage/browser/blob/internal_blob_data.h b/storage/browser/blob/internal_blob_data.h
index aa47101a987d1ae904a62759fe3070ac5e0f8df2..7ec2bf8b181d5458597d5242ba7f842f7b471749 100644
--- a/storage/browser/blob/internal_blob_data.h
+++ b/storage/browser/blob/internal_blob_data.h
@@ -23,6 +23,7 @@ class InternalBlobData {
protected:
friend class BlobStorageContext;
+ friend class BlobStorageRegistry;
friend class ViewBlobInternalsJob;
// Removes the given blob uuid from the internal ShareableBlobDataItems.

Powered by Google App Engine
This is Rietveld 408576698