Commit cfe3dec1 authored by amistry's avatar amistry Committed by Commit bot

Whitelist the hotword component extension for the hotwordPrivate API.

The extension already had access to this API on account of being a
component. This change just makes things "right".

Review URL: https://codereview.chromium.org/1008373006

Cr-Commit-Position: refs/heads/master@{#320992}
parent b4490b70
...@@ -491,6 +491,7 @@ ...@@ -491,6 +491,7 @@
"whitelist": [ "whitelist": [
"8CE39F175D076AD6BDF7CBF418F2409558B367E3", // hotword_helper "8CE39F175D076AD6BDF7CBF418F2409558B367E3", // hotword_helper
"09FDCB5851B8F3378DB630D06E316076E89C95A6", // hotword nacl "09FDCB5851B8F3378DB630D06E316076E89C95A6", // hotword nacl
"62CCAAD339E6451BBF97C4BBDF758E934A05AD0B", // hotword component
"B6356EFF4047BC5F868C7D91868B6F5C01951A8A" // hotword_audio_verification "B6356EFF4047BC5F868C7D91868B6F5C01951A8A" // hotword_audio_verification
] ]
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment