| Index: net/base/upload_data.h
|
| diff --git a/net/base/upload_data.h b/net/base/upload_data.h
|
| index 20675d016f2df6704238098430f1f9039aa51ac5..7e4f54b9ddcb8518a3a04d6c8c1e9e05eecd542e 100644
|
| --- a/net/base/upload_data.h
|
| +++ b/net/base/upload_data.h
|
| @@ -53,8 +53,6 @@ class NET_EXPORT UploadData
|
| uint64 offset, uint64 length,
|
| const base::Time& expected_modification_time);
|
|
|
| - void AppendBlob(const GURL& blob_url);
|
| -
|
| // Adds the given chunk of bytes to be sent immediately with chunked transfer
|
| // encoding.
|
| void AppendChunk(const char* bytes, int bytes_len, bool is_last_chunk);
|
|
|