From 609f7a872624668960c7da22221924c47a8f885f Mon Sep 17 00:00:00 2001 From: "rdevlin.cronin" Date: Thu, 12 Mar 2015 13:11:49 -0700 Subject: [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} --- extensions/browser/extension_function_histogram_value.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extensions/browser/extension_function_histogram_value.h') 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 -- cgit v1.1