Commit 5e7af604 authored by rpaquay's avatar rpaquay Committed by Commit bot

Promote "chrome.browser" API to stable.

BUG=358315

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

Cr-Commit-Position: refs/heads/master@{#318914}
parent e2428d07
...@@ -96,20 +96,10 @@ ...@@ -96,20 +96,10 @@
"extension_types": ["extension", "legacy_packaged_app", "platform_app"], "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
"location": "component" "location": "component"
}, },
"browser": [ "browser": {
{ "channel": "stable",
"channel": "dev", "extension_types": ["platform_app"]
"extension_types": ["platform_app"] },
},
{
"channel": "stable",
"extension_types": ["platform_app"],
"whitelist": [
// hotword_audio_verification
"B6356EFF4047BC5F868C7D91868B6F5C01951A8A"
]
}
],
"browsingData": { "browsingData": {
"channel": "stable", "channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"] "extension_types": ["extension", "legacy_packaged_app"]
......
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