| Index: webkit/common/data_element.h
|
| diff --git a/webkit/common/data_element.h b/webkit/common/data_element.h
|
| index 173d13816cf62d42e75eb4d425656af3f5889355..f93960ba1bdf3a7394f7066d377f12dea3c3688c 100644
|
| --- a/webkit/common/data_element.h
|
| +++ b/webkit/common/data_element.h
|
| @@ -48,13 +48,6 @@ class WEBKIT_COMMON_EXPORT DataElement {
|
| return expected_modification_time_;
|
| }
|
|
|
| - // TODO(michaeln): fixup callers to use filesytem_url() and blob_uuid().
|
| - const GURL& url() const {
|
| - if (type_ == TYPE_FILE_FILESYSTEM)
|
| - return filesystem_url_;
|
| - return blob_url_;
|
| - }
|
| -
|
| // Sets TYPE_BYTES data. This copies the given data into the element.
|
| void SetToBytes(const char* bytes, int bytes_len) {
|
| type_ = TYPE_BYTES;
|
|
|