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

Unified Diff: content/child/webblobregistry_impl.h

Issue 23543002: Add an IPC to abort Stream construction. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
Index: content/child/webblobregistry_impl.h
diff --git a/content/child/webblobregistry_impl.h b/content/child/webblobregistry_impl.h
index ddc7a02a21beb02c404ef935f2f8a5fb96fe4dff..87afcdb2c5e59e223fd444044bdc0cc3ccb9a051 100644
--- a/content/child/webblobregistry_impl.h
+++ b/content/child/webblobregistry_impl.h
@@ -37,6 +37,7 @@ class WebBlobRegistryImpl : public WebKit::WebBlobRegistry {
virtual void addDataToStream(const WebKit::WebURL& url,
WebKit::WebThreadSafeData& data);
virtual void finalizeStream(const WebKit::WebURL& url);
+ virtual void abortStream(const WebKit::WebURL& url);
virtual void unregisterStreamURL(const WebKit::WebURL& url);
private:

Powered by Google App Engine
This is Rietveld 408576698