summaryrefslogtreecommitdiffstats
path: root/extensions/browser/extension_function_histogram_value.h
diff options
context:
space:
mode:
authorrdevlin.cronin <rdevlin.cronin@chromium.org>2015-03-12 13:11:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-12 20:12:47 +0000
commit609f7a872624668960c7da22221924c47a8f885f (patch)
tree887194c8c18f3f82b81f14ec67ab9673b9413fdf /extensions/browser/extension_function_histogram_value.h
parent4b36c0fb3320c92764f255f6d51c3c06790d2798 (diff)
downloadchromium_src-609f7a872624668960c7da22221924c47a8f885f.zip
chromium_src-609f7a872624668960c7da22221924c47a8f885f.tar.gz
chromium_src-609f7a872624668960c7da22221924c47a8f885f.tar.bz2
[Extensions] Make a chrome.developerPrivate.getExtensionsInfo function
Make a new function, developerPrivate.getExtensionsInfo, to handle generating and returning info about installed extensions. We do this, instead of adjusting the current (developerPrivate.getItemsInfo) to allow for breaking changes - which lets us have consistent style and fewer parameters. BUG=461039 Review URL: https://codereview.chromium.org/989813002 Cr-Commit-Position: refs/heads/master@{#320355}
Diffstat (limited to 'extensions/browser/extension_function_histogram_value.h')
-rw-r--r--extensions/browser/extension_function_histogram_value.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 52877c9..d40ec0d 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1036,6 +1036,8 @@ enum HistogramValue {
VIRTUALKEYBOARDPRIVATE_SETMODE,
NETWORKINGPRIVATE_STARTACTIVATE,
FILEMANAGERPRIVATE_GRANTACCESS,
+ DEVELOPERPRIVATE_GETEXTENSIONSINFO,
+ DEVELOPERPRIVATE_GETEXTENSIONINFO,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms.xml.
ENUM_BOUNDARY