diff options
author | rdevlin.cronin <rdevlin.cronin@chromium.org> | 2016-03-17 12:09:33 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-17 19:10:25 +0000 |
commit | 0f7ccd9b2b45c46f2cc791ce1e23b71bf1772604 (patch) | |
tree | b2c9f95f044ff8dd85c0acc7cf6d79bd9b91d3ed /extensions/browser/extension_event_histogram_value.h | |
parent | 0b5fbe3c7b257fde5861ad986ec77b2c9f6c23c1 (diff) | |
download | chromium_src-0f7ccd9b2b45c46f2cc791ce1e23b71bf1772604.zip chromium_src-0f7ccd9b2b45c46f2cc791ce1e23b71bf1772604.tar.gz chromium_src-0f7ccd9b2b45c46f2cc791ce1e23b71bf1772604.tar.bz2 |
[Extensions] Update extension function/event histogram values
The preferencesPrivate, location, and principalsPrivate APIs have been
reduced/removed. Update the histogram values in one CL with nothing else since
presubmit complains about modifying values.
BUG=595168
BUG=593166
BUG=586560
NOTRY=true
(NOTRY because editing existing histogram entries in valid ways)
Review URL: https://codereview.chromium.org/1810583003
Cr-Commit-Position: refs/heads/master@{#381766}
Diffstat (limited to 'extensions/browser/extension_event_histogram_value.h')
-rw-r--r-- | extensions/browser/extension_event_histogram_value.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/browser/extension_event_histogram_value.h b/extensions/browser/extension_event_histogram_value.h index c139135..479ce7d 100644 --- a/extensions/browser/extension_event_histogram_value.h +++ b/extensions/browser/extension_event_histogram_value.h @@ -190,8 +190,8 @@ enum HistogramValue { INPUT_METHOD_PRIVATE_ON_DICTIONARY_CHANGED, INPUT_METHOD_PRIVATE_ON_DICTIONARY_LOADED, INSTANCE_ID_ON_TOKEN_REFRESH, - LOCATION_ON_LOCATION_ERROR, - LOCATION_ON_LOCATION_UPDATE, + DELETED_LOCATION_ON_LOCATION_ERROR, + DELETED_LOCATION_ON_LOCATION_UPDATE, LOG_PRIVATE_ON_CAPTURED_EVENTS, MANAGEMENT_ON_DISABLED, MANAGEMENT_ON_ENABLED, |