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

Unified Diff: Source/platform/blob/BlobRegistry.h

Issue 747323007: Introduce Stream::flush [1/2 blink] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/core/streams/Stream.cpp ('k') | Source/platform/blob/BlobRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blob/BlobRegistry.h
diff --git a/Source/platform/blob/BlobRegistry.h b/Source/platform/blob/BlobRegistry.h
index 3920a09375f8ab231725337956d3636441a6810b..6f434330dc7b9d6fb4c95903138023deb4cfd982 100644
--- a/Source/platform/blob/BlobRegistry.h
+++ b/Source/platform/blob/BlobRegistry.h
@@ -58,6 +58,7 @@ public:
static void registerStreamURL(const KURL&, const String&);
static void registerStreamURL(SecurityOrigin*, const KURL&, const KURL& srcURL);
static void addDataToStream(const KURL&, PassRefPtr<RawData>);
+ static void flushStream(const KURL&);
static void finalizeStream(const KURL&);
static void abortStream(const KURL&);
static void unregisterStreamURL(const KURL&);
« no previous file with comments | « Source/core/streams/Stream.cpp ('k') | Source/platform/blob/BlobRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698