summaryrefslogtreecommitdiffstats
path: root/extensions/browser/extension_function_histogram_value.h
diff options
context:
space:
mode:
authorrdevlin.cronin <rdevlin.cronin@chromium.org>2015-03-19 10:00:22 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-19 17:01:03 +0000
commitcca2195ed0ab793a55b323f7d67f2d38c2d6e13e (patch)
tree2f3100ee5bcafcebd3a39d13b06ea5f41b49022c /extensions/browser/extension_function_histogram_value.h
parent052af418cf20a22c485825cd4e2628c4925b5e64 (diff)
downloadchromium_src-cca2195ed0ab793a55b323f7d67f2d38c2d6e13e.zip
chromium_src-cca2195ed0ab793a55b323f7d67f2d38c2d6e13e.tar.gz
chromium_src-cca2195ed0ab793a55b323f7d67f2d38c2d6e13e.tar.bz2
[Extensions] Add a developerPrivate.updateExtensionConfiguration function
Add a chrome.developerPrivate.updateExtensionConfiguration function, which allows for setting particular extension traits. Coalesce the existing allow file access and allow incognito access into this, and add others. Update the chrome://extensions page to use the new function. BUG=461039 (get past histogram presubmit warning) NOTRY=true Review URL: https://codereview.chromium.org/997183005 Cr-Commit-Position: refs/heads/master@{#321381}
Diffstat (limited to 'extensions/browser/extension_function_histogram_value.h')
-rw-r--r--extensions/browser/extension_function_histogram_value.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 3e9fbf9..caa1015 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -331,7 +331,7 @@ enum HistogramValue {
WALLPAPERPRIVATE_GETOFFLINEWALLPAPERLIST,
BROWSERACTION_GETBADGEBACKGROUNDCOLOR,
DELETED_PAGEACTIONS_DISABLEFORTAB,
- DEVELOPERPRIVATE_ALLOWFILEACCESS,
+ DELETED_DEVELOPERPRIVATE_ALLOWFILEACCESS,
FILEMANAGERPRIVATE_REMOVEMOUNT,
DELETED_BLUETOOTH_CONNECT,
TABCAPTURE_CAPTURE,
@@ -481,7 +481,7 @@ enum HistogramValue {
NETWORKINGPRIVATE_VERIFYANDENCRYPTCREDENTIALS,
NETWORKINGPRIVATE_VERIFYANDENCRYPTDATA,
DEVELOPERPRIVATE_RESTART,
- DEVELOPERPRIVATE_ALLOWINCOGNITO,
+ DELETED_DEVELOPERPRIVATE_ALLOWINCOGNITO,
INPUT_IME_DELETESURROUNDINGTEXT,
DELETED_FILEMANAGERPRIVATE_OPENNEWWINDOW,
CLOUDPRINTPRIVATE_GETCLIENTID,
@@ -1039,6 +1039,7 @@ enum HistogramValue {
DEVELOPERPRIVATE_GETEXTENSIONSINFO,
DEVELOPERPRIVATE_GETEXTENSIONINFO,
FILEMANAGERPRIVATE_ENABLEEXTERNALFILESCHEME,
+ DEVELOPERPRIVATE_UPDATEEXTENSIONCONFIGURATION,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms.xml.
ENUM_BOUNDARY