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

Unified Diff: Source/core/fileapi/BlobRegistry.h

Issue 23490013: Add method to abort Stream construction to BlobRegistry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months 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 | « no previous file | Source/core/fileapi/BlobRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fileapi/BlobRegistry.h
diff --git a/Source/core/fileapi/BlobRegistry.h b/Source/core/fileapi/BlobRegistry.h
index 45ac4b9e8d73962c18b94ad29588e60412deccf2..2889b19d4414d4ec8a4865a0d2599910e20e57cc 100644
--- a/Source/core/fileapi/BlobRegistry.h
+++ b/Source/core/fileapi/BlobRegistry.h
@@ -58,6 +58,7 @@ public:
static void registerStreamURL(SecurityOrigin*, const KURL&, const KURL& srcURL);
static void addDataToStream(const KURL&, PassRefPtr<RawData>);
static void finalizeStream(const KURL&);
+ static void abortStream(const KURL&);
static void unregisterStreamURL(const KURL&);
};
« no previous file with comments | « no previous file | Source/core/fileapi/BlobRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698