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

Unified Diff: sync/protocol/nigori_specifics.proto

Issue 1110833002: [autofill] Sync server card and address metadata. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Work Created 5 years, 7 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: sync/protocol/nigori_specifics.proto
diff --git a/sync/protocol/nigori_specifics.proto b/sync/protocol/nigori_specifics.proto
index 407281f0a6708b57dffde9306f5e1bdd74736dee..eaefe78d0439fdf9f96380758fa67e1661544fdc 100644
--- a/sync/protocol/nigori_specifics.proto
+++ b/sync/protocol/nigori_specifics.proto
@@ -128,5 +128,9 @@ message NigoriSpecifics {
// Boolean corresponding to whether app list items should be encrypted.
optional bool encrypt_app_list = 38;
+
+ // Boolean corresponding to whether usage count and last use date of Wallet
+ // data should be encrypted.
+ optional bool encrypt_autofill_wallet_metadata = 39;
}

Powered by Google App Engine
This is Rietveld 408576698