Browse Source

refactor: remove unused method ProxyingWebSocket::web_request_api() (#46214)

Appears to have been added in c608d6d7 but never used

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <[email protected]>
trop[bot] 3 weeks ago
parent
commit
e1b2b8ef0c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      shell/browser/net/proxying_websocket.h

+ 0 - 2
shell/browser/net/proxying_websocket.h

@@ -111,8 +111,6 @@ class ProxyingWebSocket : public network::mojom::WebSocketHandshakeClient,
       content::BrowserContext* browser_context,
       uint64_t* request_id_generator);
 
-  WebRequestAPI* web_request_api() { return web_request_api_; }
-
  private:
   void OnBeforeRequestComplete(int error_code);
   void OnBeforeSendHeadersComplete(const std::set<std::string>& removed_headers,