| Index: content/child/blob_storage/webblobregistry_impl.h
|
| diff --git a/content/child/blob_storage/webblobregistry_impl.h b/content/child/blob_storage/webblobregistry_impl.h
|
| index 6cfbd71f3de92a082926d097b721971040470845..317d11d4f516a8c984de2755e876c6a4492bb49c 100644
|
| --- a/content/child/blob_storage/webblobregistry_impl.h
|
| +++ b/content/child/blob_storage/webblobregistry_impl.h
|
| @@ -33,6 +33,8 @@ class WebBlobRegistryImpl : public blink::WebBlobRegistry {
|
| scoped_refptr<ThreadSafeSender> sender);
|
| ~WebBlobRegistryImpl() override;
|
|
|
| + base::SingleThreadTaskRunner* GetIORunner() override;
|
| +
|
| // TODO(dmurph): remove this after moving to createBuilder. crbug.com/504583
|
| void RegisterBlobData(const blink::WebString& uuid,
|
| const blink::WebBlobData& data) override;
|
|
|