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

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: Remove unused function. Created 6 years, 10 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 e0f29c3f8f3b383f9aa9360bb535450dff88b156..6ecc2e2618725d2da6e23d91b0edac7615f340d0 100644
--- a/chrome/test/ext_auto/auto_provider/manifest.json
+++ b/chrome/test/ext_auto/auto_provider/manifest.json
@@ -15,7 +15,6 @@
"audioCapture",
"autotestPrivate",
"background",
- "bluetooth",
"bookmarkManagerPrivate",
"bookmarks",
"browsingData",
@@ -78,5 +77,6 @@
"webRequest",
"webRequestBlocking",
"webview"
- ]
+ ],
+ "bluetooth": {}
}
« no previous file with comments | « chrome/test/data/extensions/api_test/bluetooth/profiles/manifest.json ('k') | extensions/common/manifest_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698