diff options
author | isherman <isherman@chromium.org> | 2014-11-06 15:54:45 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-06 23:55:46 +0000 |
commit | 2f8c0b4bdc22b28cdbea1b2bb7e76514283c5d42 (patch) | |
tree | 9362ff96b02964d858936cb45a8282e7148454fd /tools/metrics | |
parent | b6e04ae2bb7bbd66ef1e37679e1b276e4ef9ed9f (diff) | |
download | chromium_src-2f8c0b4bdc22b28cdbea1b2bb7e76514283c5d42.zip chromium_src-2f8c0b4bdc22b28cdbea1b2bb7e76514283c5d42.tar.gz chromium_src-2f8c0b4bdc22b28cdbea1b2bb7e76514283c5d42.tar.bz2 |
[Smart Lock] Add temporary UI strings and assets for Tx power-based proximity detection.
These strings and assets will be updated when the final versions are available.
Use temporary ones for now during development.
BUG=403419
TEST=none
R=tengs@chromium.org
Review URL: https://codereview.chromium.org/702903005
Cr-Commit-Position: refs/heads/master@{#303126}
Diffstat (limited to 'tools/metrics')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 1e7b27b..dfa9a4a 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -42629,9 +42629,10 @@ Therefore, the affected-histogram name has to have at least one dot in it. <int value="9" label="Password sign-in: Phone not authenticated"/> <int value="10" label="Password sign-in: Phone locked"/> <int value="11" label="Password sign-in: Phone not lockable"/> - <int value="12" label="Password sign-in: Phone not nearby"/> + <int value="12" label="Password sign-in: RSSI too low"/> <int value="13" label="Password sign-in: Phone not supported"/> <int value="14" label="Password sign-in: Phone authenticated"/> + <int value="15" label="Password sign-in: Tx power too high"/> </enum> <enum name="EasyUnlockNotificationEvent" type="int"> |