summaryrefslogtreecommitdiffstats
path: root/sync/internal_api
diff options
context:
space:
mode:
authorrouslan <rouslan@chromium.org>2015-05-22 09:57:10 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-22 16:57:52 +0000
commit39765cfcec81f43376d609c092975c423f019921 (patch)
tree55642fbee3c9527f88ee4a7201a87b32cfc63780 /sync/internal_api
parent38344c8cd965062411bed6b178f75c41220f6190 (diff)
downloadchromium_src-39765cfcec81f43376d609c092975c423f019921.zip
chromium_src-39765cfcec81f43376d609c092975c423f019921.tar.gz
chromium_src-39765cfcec81f43376d609c092975c423f019921.tar.bz2
[sync] Add AUTOFILL_WALLET_METADATA sync datatype.
BUG=481595 Review URL: https://codereview.chromium.org/1125143006 Cr-Commit-Position: refs/heads/master@{#331130}
Diffstat (limited to 'sync/internal_api')
-rw-r--r--sync/internal_api/public/base/model_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h
index 0639181..b07f80d 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.