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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_usb.html

Issue 886353008: Fix an error in docs for manifest requirements for usbDevices permission (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« 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/common/extensions/docs/templates/articles/app_usb.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_usb.html b/chrome/common/extensions/docs/templates/articles/app_usb.html
index d886b37fe81384557b7c4cc5e97f9572bc3fd28b..62177c4cf60d2ecfecf63b40ee959db2d3c080f2 100644
--- a/chrome/common/extensions/docs/templates/articles/app_usb.html
+++ b/chrome/common/extensions/docs/templates/articles/app_usb.html
@@ -49,12 +49,14 @@ Bluetooth</a> samples.
<pre data-filename="manifest.json">
"permissions": [
- "usbDevices": [
- {
- "vendorId": 123,
- "productId": 456
- }
- ]
+ {
+ "usbDevices": [
+ {
+ "vendorId": 123,
+ "productId": 456
+ }
+ ]
+ }
]
</pre>
« 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