| Index: content/test/mock_webblob_registry_impl.h
|
| diff --git a/content/test/mock_webblob_registry_impl.h b/content/test/mock_webblob_registry_impl.h
|
| index 1c94f0cb066be4c04e79dd623b786b9aab48c878..f748c594220797711d67adc7bec74af0d9a91aa7 100644
|
| --- a/content/test/mock_webblob_registry_impl.h
|
| +++ b/content/test/mock_webblob_registry_impl.h
|
| @@ -19,6 +19,8 @@ class MockWebBlobRegistryImpl : public blink::WebBlobRegistry {
|
|
|
| void registerBlobData(const blink::WebString& uuid,
|
| const blink::WebBlobData& data) override;
|
| + Builder* createBuilder(const blink::WebString& uuid,
|
| + const blink::WebString& contentType) override;
|
| void addBlobDataRef(const blink::WebString& uuid) override;
|
| void removeBlobDataRef(const blink::WebString& uuid) override;
|
| void registerPublicBlobURL(const blink::WebURL&,
|
|
|