summaryrefslogtreecommitdiffstats
path: root/extensions/browser/extension_event_histogram_value.h
diff options
context:
space:
mode:
authorrdevlin.cronin <rdevlin.cronin@chromium.org>2016-03-17 12:09:33 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-17 19:10:25 +0000
commit0f7ccd9b2b45c46f2cc791ce1e23b71bf1772604 (patch)
treeb2c9f95f044ff8dd85c0acc7cf6d79bd9b91d3ed /extensions/browser/extension_event_histogram_value.h
parent0b5fbe3c7b257fde5861ad986ec77b2c9f6c23c1 (diff)
downloadchromium_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.h4
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,