Chromium Code Reviews| Index: sync/protocol/bookmark_specifics.proto |
| diff --git a/sync/protocol/bookmark_specifics.proto b/sync/protocol/bookmark_specifics.proto |
| index c177511fe2790664942814e70b2915576dec3140..865d952da0dacc8f75991d4dabad13f9df5892c4 100644 |
| --- a/sync/protocol/bookmark_specifics.proto |
| +++ b/sync/protocol/bookmark_specifics.proto |
| @@ -19,5 +19,6 @@ message BookmarkSpecifics { |
| optional string url = 1; |
| optional bytes favicon = 2; |
| optional string title = 3; |
| + optional int64 creation_time = 4; |
|
Nicolas Zea
2012/10/11 22:39:03
Comment about what this is used for?
akalin
2012/10/11 22:39:29
There's a unfortunate situation with timestamps.
|
| } |