| Index: content/test/mock_webblob_registry_impl.cc
|
| diff --git a/content/test/mock_webblob_registry_impl.cc b/content/test/mock_webblob_registry_impl.cc
|
| index 9ddfa5ad2542175284e2c8df2525b2a2aabe0121..13dbac5e2aa7ba17c44881d21b58a30a1e071ea8 100644
|
| --- a/content/test/mock_webblob_registry_impl.cc
|
| +++ b/content/test/mock_webblob_registry_impl.cc
|
| @@ -50,6 +50,9 @@ void MockWebBlobRegistryImpl::addDataToStream(const WebURL& url,
|
| size_t length) {
|
| }
|
|
|
| +void MockWebBlobRegistryImpl::flushStream(const WebURL& url) {
|
| +}
|
| +
|
| void MockWebBlobRegistryImpl::finalizeStream(const WebURL& url) {
|
| }
|
|
|
|
|