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

Unified Diff: content/child/webblobregistry_impl.h

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/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);

Powered by Google App Engine
This is Rietveld 408576698