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

Unified Diff: sync/protocol/proto_value_conversions.cc

Issue 16024018: [Autofill] Sync Autofill profiles' origins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 7d3b267d122aa309e5c9eff410086c81875d49a1..12ac7d8f2f3b291dea0bcd86abc7b19673180088 100644
--- a/sync/protocol/proto_value_conversions.cc
+++ b/sync/protocol/proto_value_conversions.cc
@@ -287,6 +287,7 @@ base::DictionaryValue* AutofillProfileSpecificsToValue(
base::DictionaryValue* value = new base::DictionaryValue();
SET_STR(label);
SET_STR(guid);
+ SET_STR(origin);
SET_STR_REP(name_first);
SET_STR_REP(name_middle);

Powered by Google App Engine
This is Rietveld 408576698