Commit 13dc6be4 authored by Henrik Grunell's avatar Henrik Grunell Committed by Commit Bot

Remove localhost from Hangouts services extension manifest.

Bug: 819406
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I9ec4028146c3a561f847a649848c5c16dde6e2a8
Reviewed-on: https://chromium-review.googlesource.com/951684Reviewed-by: default avatarPatrik Höglund <phoglund@chromium.org>
Commit-Queue: Henrik Grunell <grunell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544656}
parent 9448b41a
...@@ -9,9 +9,7 @@ ...@@ -9,9 +9,7 @@
"manifest_version": 2, "manifest_version": 2,
"externally_connectable": { "externally_connectable": {
"matches": [ "matches": [
"https://*.google.com/*", "https://*.google.com/*"
// For tests.
"*://localhost/*"
] ]
}, },
"background": { "background": {
......
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