Index: sync/internal_api/public/base/unique_position.h |
diff --git a/sync/internal_api/public/base/unique_position.h b/sync/internal_api/public/base/unique_position.h |
index 70e9b39e09d25ba8e480aff8a769b52cb5c2e56e..7ac8452827c03c0255b4bcdd327690ca6b672c9c 100644 |
--- a/sync/internal_api/public/base/unique_position.h |
+++ b/sync/internal_api/public/base/unique_position.h |
@@ -95,6 +95,8 @@ class SYNC_EXPORT UniquePosition { |
// Returns the suffix. |
std::string GetSuffixForTest() const; |
+ size_t compressed_size() const { return compressed_.capacity(); } |
stanisc
2016/07/06 21:50:31
Perhaps the function name should be compressed_byt
ssid
2016/07/19 22:10:34
Done.
|
+ |
// Performs a lossy conversion to an int64_t position. Positions converted to |
// and from int64_ts using this and the FromInt64 function should maintain |
// their |