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

Unified Diff: sync/protocol/proto_value_conversions.cc

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/proto_value_conversions.cc
diff --git a/sync/protocol/proto_value_conversions.cc b/sync/protocol/proto_value_conversions.cc
index cd67ce7274775afd04f8fe1d3265a41956f7322c..c0d409594508332b595b9ba5b698a2669edffabb 100644
--- a/sync/protocol/proto_value_conversions.cc
+++ b/sync/protocol/proto_value_conversions.cc
@@ -271,6 +271,7 @@ DictionaryValue* BookmarkSpecificsToValue(
SET_STR(url);
SET_BYTES(favicon);
SET_STR(title);
+ SET_INT64(creation_time);
return value;
}

Powered by Google App Engine
This is Rietveld 408576698