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

Unified Diff: content/browser/blob_storage/blob_storage_registry_unittest.cc

Issue 2055053003: [BlobAsync] Disk support for blob storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes, working w/ Layout tests Created 4 years, 6 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: content/browser/blob_storage/blob_storage_registry_unittest.cc
diff --git a/content/browser/blob_storage/blob_storage_registry_unittest.cc b/content/browser/blob_storage/blob_storage_registry_unittest.cc
index 918554202b07f2430b1d3930093b6f5a6dc73802..4c62c724050b46f235228be325e63a033d1fdce4 100644
--- a/content/browser/blob_storage/blob_storage_registry_unittest.cc
+++ b/content/browser/blob_storage/blob_storage_registry_unittest.cc
@@ -28,7 +28,6 @@ TEST(BlobStorageRegistry, UUIDRegistration) {
EXPECT_EQ(kType, entry->content_type);
EXPECT_EQ(kDisposition, entry->content_disposition);
EXPECT_EQ(1u, entry->refcount);
- EXPECT_FALSE(entry->data.get() || entry->data_builder.get());
EXPECT_EQ(0u, entry->build_completion_callbacks.size());
EXPECT_EQ(entry, registry.GetEntry(kBlob1));

Powered by Google App Engine
This is Rietveld 408576698