| Index: content/child/webblobregistry_impl.h
|
| diff --git a/content/child/webblobregistry_impl.h b/content/child/webblobregistry_impl.h
|
| index 3f590ad2cb937e1d3bdaff96665e6e22fcb638af..ff41460854643412026ff4acab2950a75a5c8b27 100644
|
| --- a/content/child/webblobregistry_impl.h
|
| +++ b/content/child/webblobregistry_impl.h
|
| @@ -98,13 +98,6 @@ class WebBlobRegistryImpl : public blink::WebBlobRegistry {
|
| scoped_refptr<base::SingleThreadTaskRunner> main_runner_;
|
| };
|
|
|
| - // Method called on the IO thread.
|
| - static void StartBlobAsyncConstruction(
|
| - const std::string& uuid,
|
| - std::unique_ptr<BlobConsolidation> consolidation,
|
| - scoped_refptr<ThreadSafeSender> sender,
|
| - scoped_refptr<base::SingleThreadTaskRunner> main_runner);
|
| -
|
| scoped_refptr<base::SingleThreadTaskRunner> io_runner_;
|
| scoped_refptr<base::SingleThreadTaskRunner> main_runner_;
|
| scoped_refptr<ThreadSafeSender> sender_;
|
|
|