Chromium Code Reviews| Index: chrome/browser/sync/protocol/nigori_specifics.proto |
| diff --git a/chrome/browser/sync/protocol/nigori_specifics.proto b/chrome/browser/sync/protocol/nigori_specifics.proto |
| index 305e0b93b9c7c615e15796c9a18f53f372817888..60f5181a464e340f32fd7a0c294a4848c92239a7 100644 |
| --- a/chrome/browser/sync/protocol/nigori_specifics.proto |
| +++ b/chrome/browser/sync/protocol/nigori_specifics.proto |
| @@ -37,16 +37,16 @@ message NigoriSpecifics { |
| // Obsolete encryption fields. These were deprecated due to legacy versions |
| // that understand their usage but did not perform encryption properly. |
| - // optional bool encrypt_bookmarks = 3; |
| - // optional bool encrypt_preferences = 4; |
| - // optional bool encrypt_autofill_profile = 5; |
| - // optional bool encrypt_autofill = 6; |
| - // optional bool encrypt_themes = 7; |
| - // optional bool encrypt_typed_urls = 8; |
| - // optional bool encrypt_extensions = 9; |
| - // optional bool encrypt_sessions = 10; |
| - // optional bool encrypt_apps = 11; |
| - // optional bool encrypt_search_engines = 12; |
| + // optional bool deprecated_encrypt_bookmarks = 3; |
| + // optional bool deprecated_encrypt_preferences = 4; |
| + // optional bool deprecated_encrypt_autofill_profile = 5; |
| + // optional bool deprecated_encrypt_autofill = 6; |
| + // optional bool deprecated_encrypt_themes = 7; |
| + // optional bool deprecated_encrypt_typed_urls = 8; |
| + // optional bool deprecated_encrypt_extensions = 9; |
| + // optional bool deprecated_encrypt_sessions = 10; |
| + // optional bool deprecated_encrypt_apps = 11; |
| + // optional bool deprecated_encrypt_search_engines = 12; |
|
tim (not reviewing)
2011/08/09 22:30:11
are these commented out server-side as well?
akalin
2011/08/10 00:49:53
Yes.
|
| // Booleans corresponding to whether a datatype should be encrypted. |
| // Passwords are always encrypted, so we don't need a field here. |