Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: sync/protocol/bookmark_specifics.proto

Issue 11090083: Makes sync code persist the date the node was added. I'm hoping this covers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
}
« no previous file with comments | « chrome/browser/sync/profile_sync_service_bookmark_unittest.cc ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698