diff options
author | rouslan <rouslan@chromium.org> | 2015-05-22 09:57:10 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-22 16:57:52 +0000 |
commit | 39765cfcec81f43376d609c092975c423f019921 (patch) | |
tree | 55642fbee3c9527f88ee4a7201a87b32cfc63780 /tools | |
parent | 38344c8cd965062411bed6b178f75c41220f6190 (diff) | |
download | chromium_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 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 1717e8b..2d9d9df 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -65135,6 +65135,7 @@ To add a new entry, add it with any value and run test to compute valid value. <int value="32" label="Wifi Credentials"/> <int value="33" label="Managed User Whitelists"/> <int value="34" label="Autofill Wallet"/> + <int value="35" label="Autofill Wallet Metadata"/> </enum> <enum name="SyncNigoriMigrationResult" type="int"> |