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

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

Issue 294663012: Update manifest for Easy Unlock app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add metricsPrivate Created 6 years, 7 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 ce3148f61e5fd82b3f3f4a0d9d2d4d9a83abfc12..d706d45b6f64b8a25390a0378e923b05dcf16a24 100644
--- a/chrome/browser/resources/easy_unlock/manifest.json
+++ b/chrome/browser/resources/easy_unlock/manifest.json
@@ -13,6 +13,8 @@
"permissions": [
"bluetoothPrivate",
"screenlockPrivate",
+ "feedbackPrivate",
+ "metricsPrivate",
"storage",
"identity",
"notifications"
@@ -24,13 +26,18 @@
}
},
- "bluetooth": { "uuids": ["0000AB34-0000-1000-8000-00805F9B34FB"] },
+ "bluetooth": {
+ "uuids": [
+ "0000AB34-0000-1000-8000-00805F9B34FB",
+ "29422880-D56D-11E3-9C1A-0800200C9A66"
+ ]
+ },
"offline_enabled": true,
"display_in_launcher": false,
- "icons": {
+ "icons": {
"32": "icons/easyunlock_app_icon_32.png",
"48": "icons/easyunlock_app_icon_48.png",
"64": "icons/easyunlock_app_icon_64.png",
« 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