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

Unified Diff: net/spdy/spdy_test_util_spdy3.h

Issue 9817014: Created a new class SpdyTestStateHelper to serve as a helper to manage the state of a number of SPD… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/spdy/spdy_test_util_spdy3.h
diff --git a/net/spdy/spdy_test_util_spdy3.h b/net/spdy/spdy_test_util_spdy3.h
index 7f0d184086e056254747a6e7b9abffe75b3e30de..896617c3b0962c28a55c2c6cf06f1d702eb13442 100644
--- a/net/spdy/spdy_test_util_spdy3.h
+++ b/net/spdy/spdy_test_util_spdy3.h
@@ -414,6 +414,16 @@ class SpdySessionPoolPeer {
DISALLOW_COPY_AND_ASSIGN(SpdySessionPoolPeer);
};
+// Helper to manage the state of a number of SPDY global variables.
+class SpdyTestStateHelper {
+ public:
+ SpdyTestStateHelper();
+ ~SpdyTestStateHelper();
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(SpdyTestStateHelper);
+};
+
} // namespace test_spdy3
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698