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

Unified Diff: sync/protocol/autofill_specifics.proto

Issue 1220093003: Only UTF-8 sync tags for Wallet metadata. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/autofill_specifics.proto
diff --git a/sync/protocol/autofill_specifics.proto b/sync/protocol/autofill_specifics.proto
index c1ceb22f7ca37b678ce44543dd361121cdba9605..2b93ecd0d51add379a74cd0786524ca7d4361744 100644
--- a/sync/protocol/autofill_specifics.proto
+++ b/sync/protocol/autofill_specifics.proto
@@ -183,7 +183,7 @@ message WalletMetadataSpecifics {
// The type of the Wallet metadata.
optional Type type = 1;
- // Unique ID string of the corresponding Wallet data.
+ // Base64 encoding of the unique ID string of the corresponding Wallet data.
// For Wallet cards, this value is server generated and opaque to Chrome.
// For Wallet addresses, this is a SHA1 hash of the following fields:
//
@@ -198,9 +198,8 @@ message WalletMetadataSpecifics {
// - Zip code
// - Sorting code
// - Country
- // - Phone numbers
- //
- // Finally, Chrome appends the address language code to the end of the hash.
+ // - Phone number
+ // - Language code
optional string id = 2;
// The number of times that this Wallet card or address was used.

Powered by Google App Engine
This is Rietveld 408576698