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

Unified Diff: sync/protocol/proto_value_conversions.cc

Issue 23653007: Avatar syncing for supervised users (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: strings Created 7 years, 3 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 a42b902ca8742e51693c7ec88b4df37d7fc65a39..3a9673e2cf49bad6da782791eef84ccb16e2885c 100644
--- a/sync/protocol/proto_value_conversions.cc
+++ b/sync/protocol/proto_value_conversions.cc
@@ -492,6 +492,7 @@ base::DictionaryValue* ManagedUserSpecificsToValue(
SET_STR(name);
SET_BOOL(acknowledged);
SET_STR(master_key);
+ SET_STR(avatar);
return value;
}

Powered by Google App Engine
This is Rietveld 408576698