We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01df4a8 commit 563596aCopy full SHA for 563596a
1 file changed
src/inspector/network_agent.h
@@ -12,13 +12,6 @@ class NetworkInspector;
12
13
namespace protocol {
14
15
-std::unique_ptr<Network::Request> createRequest(
16
- const String& url,
17
- const String& method,
18
- std::unique_ptr<Network::Headers> headers);
19
-std::unique_ptr<Network::Response> createResponse(
20
- const String& url, int status, std::unique_ptr<Network::Headers> headers);
21
-
22
class NetworkAgent : public Network::Backend {
23
public:
24
explicit NetworkAgent(NetworkInspector* inspector);
0 commit comments