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

Unified Diff: net/http/http_network_transaction.h

Issue 2532153002: Cleanup in HttpNetworkTransactionSSLTest. (Closed)
Patch Set: Created 4 years, 1 month 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_ssl_unittest.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 0ab8dc5ca1cd72faad77e4e4fac5d3f789edb351..7e96c1b661e151038bec0e5a2f1de67e24fa9ecc 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -127,20 +127,11 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
void OnThrottleUnblocked(NetworkThrottleManager::Throttle* throttle) override;
private:
- friend class HttpNetworkTransactionSSLTest;
-
- FRIEND_TEST_ALL_PREFIXES(HttpNetworkTransactionTest,
- ResetStateForRestart);
- FRIEND_TEST_ALL_PREFIXES(HttpNetworkTransactionTest, EnableNPN);
- FRIEND_TEST_ALL_PREFIXES(HttpNetworkTransactionTest, DisableNPN);
- FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionTest,
- WindowUpdateReceived);
- FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionTest,
- WindowUpdateSent);
- FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionTest,
- WindowUpdateOverflow);
- FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionTest,
- FlowControlStallResume);
+ FRIEND_TEST_ALL_PREFIXES(HttpNetworkTransactionTest, ResetStateForRestart);
+ FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionTest, WindowUpdateReceived);
+ FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionTest, WindowUpdateSent);
+ FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionTest, WindowUpdateOverflow);
+ FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionTest, FlowControlStallResume);
FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionTest,
FlowControlStallResumeAfterSettings);
FRIEND_TEST_ALL_PREFIXES(SpdyNetworkTransactionTest,
« no previous file with comments | « no previous file | net/http/http_network_transaction_ssl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698