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

Unified Diff: device/usb/webusb_descriptors.cc

Issue 1632063002: Update URLs referencing the draft WebUSB API specification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webusb/NavigatorUSB.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/webusb_descriptors.cc
diff --git a/device/usb/webusb_descriptors.cc b/device/usb/webusb_descriptors.cc
index 1ecdfc2fc95c69cd90c60812404ff8b002d55ebd..43ad170f44da0ae2e052199e7b9221b946c9af6b 100644
--- a/device/usb/webusb_descriptors.cc
+++ b/device/usb/webusb_descriptors.cc
@@ -21,7 +21,7 @@ const uint8_t kDeviceCapabilityDescriptorType = 0x10;
const uint8_t kPlatformDevCapabilityType = 0x05;
// These constants are defined by the WebUSB specification:
-// http://reillyeon.github.io/webusb/
+// http://wicg.github.io/webusb/
const uint8_t kWebUsbCapabilityUUID[16] = {
// Little-endian encoding of {3408b638-09a9-47a0-8bfd-a0768815b665}.
0x38, 0xB6, 0x08, 0x34, 0xA9, 0x09, 0xA0, 0x47,
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webusb/NavigatorUSB.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698