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

Unified Diff: content/test/mock_webblob_registry_impl.h

Issue 1851293002: Remove BLINK_ASSERT() and BLINK_ASSERT_NOT_REACHED() macros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check the |callbacks| for nullptr and use explicit delete. 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
Index: content/test/mock_webblob_registry_impl.h
diff --git a/content/test/mock_webblob_registry_impl.h b/content/test/mock_webblob_registry_impl.h
index 1c94f0cb066be4c04e79dd623b786b9aab48c878..f748c594220797711d67adc7bec74af0d9a91aa7 100644
--- a/content/test/mock_webblob_registry_impl.h
+++ b/content/test/mock_webblob_registry_impl.h
@@ -19,6 +19,8 @@ class MockWebBlobRegistryImpl : public blink::WebBlobRegistry {
void registerBlobData(const blink::WebString& uuid,
const blink::WebBlobData& data) override;
+ Builder* createBuilder(const blink::WebString& uuid,
+ const blink::WebString& contentType) override;
void addBlobDataRef(const blink::WebString& uuid) override;
void removeBlobDataRef(const blink::WebString& uuid) override;
void registerPublicBlobURL(const blink::WebURL&,
« no previous file with comments | « content/renderer/service_worker/service_worker_context_client.cc ('k') | content/test/mock_webblob_registry_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698