Index: content/child/webblobregistry_impl.cc |
diff --git a/content/child/webblobregistry_impl.cc b/content/child/webblobregistry_impl.cc |
index 9503ec5a6e661417396604934cad0fde2c6d5dc9..2e4e248d8ae8290b506c0cce43631043039f8721 100644 |
--- a/content/child/webblobregistry_impl.cc |
+++ b/content/child/webblobregistry_impl.cc |
@@ -194,6 +194,11 @@ void WebBlobRegistryImpl::addDataToStream(const WebURL& url, |
} |
} |
+void WebBlobRegistryImpl::flushStream(const WebURL& url) { |
+ DCHECK(ChildThread::current()); |
+ sender_->Send(new StreamHostMsg_Flush(url)); |
+} |
+ |
void WebBlobRegistryImpl::finalizeStream(const WebURL& url) { |
DCHECK(ChildThread::current()); |
sender_->Send(new StreamHostMsg_FinishBuilding(url)); |