| 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:
|
|
|