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

Unified Diff: content/test/mock_webblob_registry_impl.cc

Issue 760823002: Introduce Stream::flush [2/2 chromium] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments Created 6 years, 1 month 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.cc
diff --git a/content/test/mock_webblob_registry_impl.cc b/content/test/mock_webblob_registry_impl.cc
index 9ddfa5ad2542175284e2c8df2525b2a2aabe0121..13dbac5e2aa7ba17c44881d21b58a30a1e071ea8 100644
--- a/content/test/mock_webblob_registry_impl.cc
+++ b/content/test/mock_webblob_registry_impl.cc
@@ -50,6 +50,9 @@ void MockWebBlobRegistryImpl::addDataToStream(const WebURL& url,
size_t length) {
}
+void MockWebBlobRegistryImpl::flushStream(const WebURL& url) {
+}
+
void MockWebBlobRegistryImpl::finalizeStream(const WebURL& url) {
}

Powered by Google App Engine
This is Rietveld 408576698