summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorpneubeck <pneubeck@chromium.org>2015-02-15 01:05:48 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-15 09:06:31 +0000
commitbae26c1d31de27e89f358bca44e738925bb431ef (patch)
tree09dbec2bdfa92960393389d64b5d61bc5d74edad /extensions
parent69a960210633bb95599c531965d783b91fe70956 (diff)
downloadchromium_src-bae26c1d31de27e89f358bca44e738925bb431ef.zip
chromium_src-bae26c1d31de27e89f358bca44e738925bb431ef.tar.gz
chromium_src-bae26c1d31de27e89f358bca44e738925bb431ef.tar.bz2
Implement chrome.platformKeys.getKeyPair().
This also makes the chrome.platformKeys.subtleCrypto().sign() working. Still missing: per extension key permissions and UI changes. Reland of https://codereview.chromium.org/884073002/ BUG=450167 TBR=arv@chromium.org (for renderer_resources.grd change) Review URL: https://codereview.chromium.org/927883002 Cr-Commit-Position: refs/heads/master@{#316410}
Diffstat (limited to 'extensions')
-rw-r--r--extensions/browser/extension_function_histogram_value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index de347df..f804b4d 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1020,6 +1020,7 @@ enum HistogramValue {
EASYUNLOCKPRIVATE_SETAUTOPAIRINGRESULT,
FILEMANAGERPRIVATE_ISUMAENABLED,
WEBVIEWINTERNAL_SETALLOWSCALING,
+ PLATFORMKEYSINTERNAL_GETPUBLICKEY,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms.xml.
ENUM_BOUNDARY