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

Unified Diff: content/test/mock_webblob_registry_impl.cc

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
« no previous file with comments | « content/test/mock_webblob_registry_impl.h ('k') | media/blink/webmediaplayer_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_webblob_registry_impl.cc
diff --git a/content/test/mock_webblob_registry_impl.cc b/content/test/mock_webblob_registry_impl.cc
index 13dbac5e2aa7ba17c44881d21b58a30a1e071ea8..352d4e304d69779f3aa55023f243d70adbb8855d 100644
--- a/content/test/mock_webblob_registry_impl.cc
+++ b/content/test/mock_webblob_registry_impl.cc
@@ -24,6 +24,13 @@ void MockWebBlobRegistryImpl::registerBlobData(const WebString& uuid,
const WebBlobData& data) {
}
+MockWebBlobRegistryImpl::Builder* MockWebBlobRegistryImpl::createBuilder(
+ const blink::WebString& uuid,
+ const blink::WebString& contentType) {
+ NOTREACHED();
+ return nullptr;
+}
+
void MockWebBlobRegistryImpl::addBlobDataRef(const WebString& uuid) {
}
« no previous file with comments | « content/test/mock_webblob_registry_impl.h ('k') | media/blink/webmediaplayer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698