Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(507)

Unified Diff: net/http/http_network_session.h

Issue 2340253002: Revert of Temporary: Detect WebSocket destruction order problem (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index f9a39fee9ab75954a8334937645e663b41d7ccbb..9ae55047c04a2afb35dc5a6a98e7233731c77fb5 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -282,10 +282,6 @@
SSLConfig* server_config,
SSLConfig* proxy_config) const;
- // TODO(ricea): Remove this by October 2016.
- void IncrementActiveWebSockets() { ++active_websockets_; }
- void DecrementActiveWebSockets() { --active_websockets_; }
-
private:
friend class HttpNetworkSessionPeer;
@@ -320,9 +316,6 @@
Params params_;
std::unique_ptr<base::MemoryPressureListener> memory_pressure_listener_;
-
- // TODO(ricea): Remove this by October 2016.
- int active_websockets_ = 0;
};
} // namespace net
« no previous file with comments | « no previous file | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698