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

Unified Diff: content/browser/blob_storage/blob_dispatcher_host.h

Issue 1846363002: [BlobAsync] Adding better error reporting and some new tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 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
« no previous file with comments | « no previous file | content/browser/blob_storage/blob_dispatcher_host_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | content/browser/blob_storage/blob_dispatcher_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698