diff options
Diffstat (limited to 'sync/protocol/encryption.proto')
-rw-r--r-- | sync/protocol/encryption.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/protocol/encryption.proto b/sync/protocol/encryption.proto index 471cf9c..202ec33 100644 --- a/sync/protocol/encryption.proto +++ b/sync/protocol/encryption.proto @@ -9,6 +9,9 @@ syntax = "proto2"; +option optimize_for = LITE_RUNTIME; +option retain_unknown_fields = true; + package sync_pb; // Encrypted sync data consists of two parts: a key name and a blob. Key name is |