devtools: exclude devtools related http header from serviceworker context
This commit is contained in:
parent
30cebb491f
commit
9b88fd4021
3 changed files with 11 additions and 6 deletions
|
@ -22,6 +22,8 @@ class DevToolsNetworkInterceptor;
|
|||
|
||||
class DevToolsNetworkTransaction : public net::HttpTransaction {
|
||||
public:
|
||||
static const char kDevToolsEmulateNetworkConditionsClientId[];
|
||||
|
||||
DevToolsNetworkTransaction(
|
||||
DevToolsNetworkController* controller,
|
||||
scoped_ptr<net::HttpTransaction> network_transaction);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue