stop using x-devtools-emulate-network-conditions-client-id header
1086949
This commit is contained in:
parent
f514445f20
commit
3ded109c2e
4 changed files with 23 additions and 60 deletions
|
@ -79,8 +79,6 @@ class AtomNetworkDelegate : public net::NetworkDelegate {
|
|||
URLPatterns patterns,
|
||||
ResponseListener callback);
|
||||
|
||||
void SetDevToolsNetworkEmulationClientId(const std::string& client_id);
|
||||
|
||||
protected:
|
||||
// net::NetworkDelegate:
|
||||
int OnBeforeURLRequest(net::URLRequest* request,
|
||||
|
@ -172,9 +170,6 @@ class AtomNetworkDelegate : public net::NetworkDelegate {
|
|||
std::map<uint64_t, net::CompletionCallback> callbacks_;
|
||||
std::vector<std::string> ignore_connections_limit_domains_;
|
||||
|
||||
// Client id for devtools network emulation.
|
||||
std::string client_id_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(AtomNetworkDelegate);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue