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

Unified Diff: sync/protocol/proto_value_conversions.cc

Issue 229553003: Implement syncing of bookmark apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 8 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 06ecdfee276aa903faf678e920dabd136b068d98..110c7fa97286d60107a30499267466b7e76fd304 100644
--- a/sync/protocol/proto_value_conversions.cc
+++ b/sync/protocol/proto_value_conversions.cc
@@ -402,6 +402,8 @@ base::DictionaryValue* AppSpecificsToValue(
SET_STR(app_launch_ordinal);
SET_STR(page_ordinal);
SET_ENUM(launch_type, GetLaunchTypeString);
+ SET_STR(bookmark_app_url);
+ SET_STR(bookmark_app_description);
return value;
}
« sync/protocol/app_specifics.proto ('K') | « sync/protocol/extension_specifics.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698