feat: add support for WebUSB (#36289)

* feat: add support for WebUSB

* fixup for gn check

* fixup gn check on Windows

* Apply review feedback

Co-authored-by: Charles Kerr <charles@charleskerr.com>

* chore: address review feedback

* chore: removed unneeded code

* Migrate non-default ScopedObservation<> instantiations to ScopedObservationTraits<> in chrome/browser/

https://chromium-review.googlesource.com/c/chromium/src/+/4016595

Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
John Kleinschmidt
2022-11-22 16:50:32 -05:00
committed by GitHub
parent 2751c2b07f
commit 629c54ba36
29 changed files with 1772 additions and 23 deletions

View File

@@ -29,9 +29,6 @@ class Value;
namespace electron {
extern const char kHidVendorIdKey[];
extern const char kHidProductIdKey[];
#if BUILDFLAG(IS_WIN)
extern const char kDeviceInstanceIdKey[];
#else