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

Unified Diff: sync/internal_api/public/base/model_type.h

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/internal_api/public/base/model_type.h
diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h
index 06391810c746c10060cceda23e123720d5882d0e..b07f80de6fa0261c2d1e337ac7a265085ede9bbb 100644
--- a/sync/internal_api/public/base/model_type.h
+++ b/sync/internal_api/public/base/model_type.h
@@ -67,6 +67,9 @@ enum ModelType {
// Credit cards and addresses synced from the user's account. These are
// read-only on the client.
AUTOFILL_WALLET_DATA,
+ // Usage counts and last use dates for Wallet cards and addresses. This data
+ // is both readable and writable.
+ AUTOFILL_WALLET_METADATA,
// A themes object.
THEMES,
// A typed_url object.

Powered by Google App Engine
This is Rietveld 408576698