mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Issue #21 - Remove Telemetry plumbing and fix build.
Note this won't give working applications. Requires FE changes and additional js module changes (next part).
This commit is contained in:
parent
92a1cc3139
commit
8d800b1cb0
205 changed files with 45 additions and 40519 deletions
|
|
@ -105,7 +105,7 @@ public:
|
|||
// determine if a version of the protocol is enabled for index < kCount
|
||||
bool ProtocolEnabled(uint32_t index) const;
|
||||
|
||||
uint8_t Version[kCount]; // telemetry enum e.g. SPDY_VERSION_31
|
||||
uint8_t Version[kCount]; // enum e.g. SPDY_VERSION_31
|
||||
nsCString VersionString[kCount]; // npn string e.g. "spdy/3.1"
|
||||
|
||||
// the ALPNCallback function allows the protocol stack to decide whether or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue