Chromium Code Reviews| Index: sync/protocol/encryption.proto |
| diff --git a/sync/protocol/encryption.proto b/sync/protocol/encryption.proto |
| index 471cf9cc47a56974c432be7589adba29af2d6ded..202ec3394dbd3fece9636ecdbdcade72044f1847 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 |