summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahernandez.miralles <ahernandez.miralles@gmail.com>2014-09-03 16:32:50 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-03 23:37:00 +0000
commit2c7c3113b8bf80e0e05da360ee2654055868b148 (patch)
treee5f4d6ce29f5435c27cb9fe448708f9c5dad9e2f
parent015fd3277d904d8941d29c1dc77d91bdf2cbfa4a (diff)
downloadchromium_src-2c7c3113b8bf80e0e05da360ee2654055868b148.zip
chromium_src-2c7c3113b8bf80e0e05da360ee2654055868b148.tar.gz
chromium_src-2c7c3113b8bf80e0e05da360ee2654055868b148.tar.bz2
Docserver: Fix broken $ref in usb.idl
Review URL: https://codereview.chromium.org/539633002 Cr-Commit-Position: refs/heads/master@{#293217}
-rw-r--r--extensions/common/api/usb.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/common/api/usb.idl b/extensions/common/api/usb.idl
index f201058..18dd1f3 100644
--- a/extensions/common/api/usb.idl
+++ b/extensions/common/api/usb.idl
@@ -213,7 +213,7 @@ namespace usb {
//
// On Chrome OS, you can specify the interface ID. In that case the method
// will request access from permission broker in the same way as
- // $(ref:requestUsbAccess).
+ // $(ref:requestAccess).
//
// If the access request is rejected or the device fails to be opened a
// connection handle will not be created or returned.