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

Unified Diff: chrome/test/ext_auto/auto_provider/manifest.json

Issue 145663004: Replace "bluetooth" permission with manifest property. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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
Index: chrome/test/ext_auto/auto_provider/manifest.json
diff --git a/chrome/test/ext_auto/auto_provider/manifest.json b/chrome/test/ext_auto/auto_provider/manifest.json
index 042bb2f671c0f7edd8863550f0c13bdf050925d2..b2d49de1dd1e863bee4b8c9e0a95760e12fc975a 100644
--- a/chrome/test/ext_auto/auto_provider/manifest.json
+++ b/chrome/test/ext_auto/auto_provider/manifest.json
@@ -17,7 +17,6 @@
"audioCapture",
"autotestPrivate",
"background",
- "bluetooth",
"bookmarkManagerPrivate",
"bookmarks",
"browsingData",
@@ -80,5 +79,6 @@
"webRequest",
"webRequestBlocking",
"webview"
- ]
+ ],
+ "bluetooth": {}
}

Powered by Google App Engine
This is Rietveld 408576698