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

Unified Diff: chrome/browser/sync/protocol/nigori_specifics.proto

Issue 7607012: [Sync] Fix sync proto files to better match server versions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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
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.

Powered by Google App Engine
This is Rietveld 408576698