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

Unified Diff: sync/protocol/sync.proto

Issue 12089103: [Sync] Add favicon datatype proto support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments Created 7 years, 10 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
« no previous file with comments | « sync/protocol/proto_value_conversions_unittest.cc ('k') | sync/sync_proto.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/sync.proto
diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
index 44dd59086e16e83dc32fbb47080a9c86ee163581..468da889013845c66120bcc9396853cb4e82ded4 100644
--- a/sync/protocol/sync.proto
+++ b/sync/protocol/sync.proto
@@ -27,6 +27,8 @@ import "encryption.proto";
import "experiments_specifics.proto";
import "extension_setting_specifics.proto";
import "extension_specifics.proto";
+import "favicon_image_specifics.proto";
+import "favicon_tracking_specifics.proto";
import "get_updates_caller_info.proto";
import "history_delete_directive_specifics.proto";
import "nigori_specifics.proto";
@@ -110,6 +112,8 @@ message EntitySpecifics {
optional ExperimentsSpecifics experiments = 161496;
optional PriorityPreferenceSpecifics priority_preference = 163425;
optional DictionarySpecifics dictionary = 170540;
+ optional FaviconTrackingSpecifics favicon_tracking = 181534;
+ optional FaviconImageSpecifics favicon_image = 182019;
}
message SyncEntity {
« no previous file with comments | « sync/protocol/proto_value_conversions_unittest.cc ('k') | sync/sync_proto.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698