Chromium Code Reviews| Index: sync/protocol/password_specifics.proto |
| diff --git a/sync/protocol/password_specifics.proto b/sync/protocol/password_specifics.proto |
| index 064f3e909ab19ca3584aff88e0610478d5c2e569..7699144339ed50a72ad5a8e6d09d1851f20895f2 100644 |
| --- a/sync/protocol/password_specifics.proto |
| +++ b/sync/protocol/password_specifics.proto |
| @@ -9,6 +9,9 @@ |
| syntax = "proto2"; |
| +option optimize_for = LITE_RUNTIME; |
| +option retain_unknown_fields = true; |
| + |
| package sync_pb; |
| import "encryption.proto"; |