Commit 3cb17f99 authored by James Hawkins's avatar James Hawkins Committed by Commit Bot

SmartLock: Add back background page, it's still being used for now.

R=khorimoto@chromium.org

Bug: none
Test: none
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I3c0983fe0bd562bb0d27ffd723a17fd2a0a5d6f6
Reviewed-on: https://chromium-review.googlesource.com/965271Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Commit-Queue: James Hawkins <jhawkins@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543558}
parent 14a6a9bf
......@@ -34,6 +34,12 @@
"systemPrivate"
],
"app": {
"background": {
"scripts": ["easy_unlock_background.js"]
}
},
"bluetooth": {
"socket" : true,
"low_energy" : true,
......
......@@ -25,6 +25,12 @@
"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