Index: content/child/webblobregistry_impl.h |
diff --git a/content/child/webblobregistry_impl.h b/content/child/webblobregistry_impl.h |
index 8fa967d9de7923977eebdd581389a8d4d3764aa4..e438baa2bdf96256a8f96e990d0207402d1ec33a 100644 |
--- a/content/child/webblobregistry_impl.h |
+++ b/content/child/webblobregistry_impl.h |
@@ -37,6 +37,7 @@ class WebBlobRegistryImpl : public blink::WebBlobRegistry { |
const blink::WebURL& src_url); |
virtual void addDataToStream(const blink::WebURL& url, |
const char* data, size_t length); |
+ virtual void flushStream(const blink::WebURL& url); |
virtual void finalizeStream(const blink::WebURL& url); |
virtual void abortStream(const blink::WebURL& url); |
virtual void unregisterStreamURL(const blink::WebURL& url); |