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

Unified Diff: net/flip/flip_session.h

Issue 338055: Update the unit test to test the FLIP client writes as well... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
Index: net/flip/flip_session.h
===================================================================
--- net/flip/flip_session.h (revision 30221)
+++ net/flip/flip_session.h (working copy)
@@ -112,8 +112,7 @@
// status, such as "resolving host", "connecting", etc.
LoadState GetLoadState() const;
protected:
- FRIEND_TEST(FlipNetworkTransactionTest, Connect);
- FRIEND_TEST(FlipNetworkTransactionTest, ResponseWithoutSynReply);
+ friend class FlipNetworkTransactionTest;
friend class FlipSessionPool;
friend class HttpNetworkLayer; // Temporary for server.

Powered by Google App Engine
This is Rietveld 408576698