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 e7458c65e90999be7a704047e7dda8de183b67eb..8435d1896ecd7f52f9c80fc0bf64a7bb5190d989 100644 |
--- a/chrome/browser/sync/protocol/nigori_specifics.proto |
+++ b/chrome/browser/sync/protocol/nigori_specifics.proto |
@@ -31,6 +31,18 @@ message NigoriSpecifics { |
// True if |encrypted| is encrypted using a passphrase |
// explicitly set by the user. |
optional bool using_explicit_passphrase = 2; |
+ |
+ // Booleans corresponding to whether a datatype should be encrypted. |
+ optional bool encrypt_bookmarks = 3; |
+ optional bool encrypt_preferences = 4; |
+ optional bool encrypt_passwords = 5; |
+ optional bool encrypt_autofill_profile = 6; |
+ optional bool encrypt_autofill = 7; |
+ optional bool encrypt_themes = 8; |
+ optional bool encrypt_typed_urls = 9; |
+ optional bool encrypt_extensions = 10; |
+ optional bool encrypt_sessions = 11; |
+ optional bool encrypt_apps = 12; |
} |
extend EntitySpecifics { |