| Index: content/browser/blob_storage/blob_dispatcher_host.h
|
| diff --git a/content/browser/blob_storage/blob_dispatcher_host.h b/content/browser/blob_storage/blob_dispatcher_host.h
|
| index aedf1438037a4b8444843f59d6723a0394de344b..526704d9f0402bab370c8747cdd30dbefd81d69a 100644
|
| --- a/content/browser/blob_storage/blob_dispatcher_host.h
|
| +++ b/content/browser/blob_storage/blob_dispatcher_host.h
|
| @@ -87,6 +87,11 @@ class CONTENT_EXPORT BlobDispatcherHost : public BrowserMessageFilter {
|
| CreateBlobWithBrokenReference);
|
| FRIEND_TEST_ALL_PREFIXES(BlobDispatcherHostTest,
|
| DeferenceBlobOnDifferentHost);
|
| + FRIEND_TEST_ALL_PREFIXES(BlobDispatcherHostTest, BuildingReferenceChain);
|
| + FRIEND_TEST_ALL_PREFIXES(BlobDispatcherHostTest,
|
| + BuildingReferenceChainWithCancel);
|
| + FRIEND_TEST_ALL_PREFIXES(BlobDispatcherHostTest,
|
| + BuildingReferenceChainWithSourceDeath);
|
|
|
| typedef std::map<std::string, int> BlobReferenceMap;
|
|
|
|
|