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

Unified Diff: chrome/common/extensions/api/usb.idl

Issue 16876004: Updating JSON Schema Compiler to add description field to schemas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
Index: chrome/common/extensions/api/usb.idl
diff --git a/chrome/common/extensions/api/usb.idl b/chrome/common/extensions/api/usb.idl
index 068f34be5696029a4f8c912f08ec874894e0d1c8..5eb392a9511c2030c370db05167f5a7497b438be 100644
--- a/chrome/common/extensions/api/usb.idl
+++ b/chrome/common/extensions/api/usb.idl
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// Use the <code>chrome.usb</code> module to interact with connected USB
+// devices. This API provides access to USB operations from within the context
+// of an app. Using this API, apps can function as drivers for hardware devices.
epeterson 2013/06/13 03:24:28 The descriptions switch between using the term 'mo
not at google - send to devlin 2013/06/19 16:47:16 Use API. Ugh. Ok can you replace "module" with "AP
epeterson 2013/06/20 23:07:40 Done for the schemas. I'll change the references t
namespace usb {
// Direction, Recipient, RequestType, and TransferType all map to their

Powered by Google App Engine
This is Rietveld 408576698