Chromium Code Reviews| Index: storage/common/data_element.h |
| diff --git a/storage/common/data_element.h b/storage/common/data_element.h |
| index 276181b6ec97d9a92a5b1ce4c43c05c3a8831faa..744cc99d11cbc31f6119ffd8da10ed4655d0852d 100644 |
| --- a/storage/common/data_element.h |
| +++ b/storage/common/data_element.h |
| @@ -26,6 +26,8 @@ namespace storage { |
| // bytes, file or blob data. |
| class STORAGE_COMMON_EXPORT DataElement { |
| public: |
| + static const uint64_t kUnknownSize = std::numeric_limits<uint64_t>::max(); |
| + |
| enum Type { |
| TYPE_UNKNOWN = -1, |
| TYPE_BYTES, |