fix: add method and referrer properties to app login event (backport: 3-0-x) (#14277)
* refactor: remove brightray/network_delegate.{cc|h} * refactor: respond to http requests through network delegate
This commit is contained in:
parent
ba703deee2
commit
635c3f53d8
17 changed files with 258 additions and 404 deletions
|
@ -218,6 +218,9 @@ const char kWidevineCdmVersion[] = "widevine-cdm-version";
|
|||
// Forces the maximum disk space to be used by the disk cache, in bytes.
|
||||
const char kDiskCacheSize[] = "disk-cache-size";
|
||||
|
||||
// Ignore the limit of 6 connections per host.
|
||||
const char kIgnoreConnectionsLimit[] = "ignore-connections-limit";
|
||||
|
||||
} // namespace switches
|
||||
|
||||
} // namespace atom
|
||||
|
|
|
@ -113,6 +113,7 @@ extern const char kWidevineCdmPath[];
|
|||
extern const char kWidevineCdmVersion[];
|
||||
|
||||
extern const char kDiskCacheSize[];
|
||||
extern const char kIgnoreConnectionsLimit[];
|
||||
|
||||
} // namespace switches
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue