Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2836)

Unified Diff: chrome/browser/resources/easy_unlock/manifest.json

Issue 341973004: Update Easy Unlock manifest to conform to latest Bluetooth manifest permissions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/easy_unlock/manifest.json
diff --git a/chrome/browser/resources/easy_unlock/manifest.json b/chrome/browser/resources/easy_unlock/manifest.json
index d706d45b6f64b8a25390a0378e923b05dcf16a24..6c8e8ebd5eb1e909d9c171ee3cc1d3d4a8a74a56 100644
--- a/chrome/browser/resources/easy_unlock/manifest.json
+++ b/chrome/browser/resources/easy_unlock/manifest.json
@@ -27,6 +27,8 @@
},
"bluetooth": {
+ "socket" : true,
+ "low_energy" : true,
"uuids": [
"0000AB34-0000-1000-8000-00805F9B34FB",
"29422880-D56D-11E3-9C1A-0800200C9A66"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698