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

Unified Diff: net/http/http_network_transaction.h

Issue 2325643004: Remove HttpNetworkTransaction::DescribeState. (Closed)
Patch Set: Removed describe state function. 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_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_transaction.h
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
index 87dc819ec619c8aa9faf3bde2428840429f1b021..f8976c2916d87b60482471475fc9193810a74d56 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -294,9 +294,6 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
// Returns true if this transaction is for a WebSocket handshake
bool ForWebSocketHandshake() const;
- // Debug helper.
- static std::string DescribeState(State state);
-
void SetStream(HttpStream* stream);
void CopyConnectionAttemptsFromStreamRequest();
« no previous file with comments | « no previous file | net/http/http_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698