Commit 71490400 authored by James Hawkins's avatar James Hawkins Committed by Commit Bot

SmartLock Chrome app: Remove background page from the manifest.

The background page only existed to support BT Classic flow, which is
now gone.

R=tengs@chromium.org

Bug: none
Test: none
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I4af74256299656a119507a209b875a213226fadd
Reviewed-on: https://chromium-review.googlesource.com/964909Reviewed-by: default avatarTim Song <tengs@chromium.org>
Commit-Queue: James Hawkins <jhawkins@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543522}
parent 4fe20e10
jhawkins@chromium.org
tengs@chromium.org
tbarzic@chromium.org
......
......@@ -34,12 +34,6 @@
"systemPrivate"
],
"app": {
"background": {
"scripts": ["easy_unlock_background.js"]
}
},
"bluetooth": {
"socket" : true,
"low_energy" : true,
......
......@@ -25,12 +25,6 @@
"systemPrivate"
],
"app": {
"background": {
"scripts": ["easy_unlock_background.js"]
}
},
"bluetooth": {
"socket" : true,
"low_energy" : true,
......
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