stop using x-devtools-emulate-network-conditions-client-id header

1086949
This commit is contained in:
Jeremy Apthorp 2018-10-02 11:08:10 -07:00
parent f514445f20
commit 3ded109c2e
4 changed files with 23 additions and 60 deletions

View file

@ -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);
};