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

Unified Diff: net/spdy/spdy_session_unittest.cc

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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_session_unittest.cc
diff --git a/net/spdy/spdy_session_unittest.cc b/net/spdy/spdy_session_unittest.cc
index c5398fc65fc8c3d616ea7d946f0bdd0449728cf3..ba3cb611ac849157ca10ea0a9d55b01820ad6239 100644
--- a/net/spdy/spdy_session_unittest.cc
+++ b/net/spdy/spdy_session_unittest.cc
@@ -1808,10 +1808,6 @@ TEST_P(SpdySessionTest, SynCompressionHistograms) {
histogram_tester.ExpectBucketCount(
"Net.SpdySynStreamCompressionPercentage", 82, 1);
break;
- case SPDY5:
- histogram_tester.ExpectBucketCount(
- "Net.SpdySynStreamCompressionPercentage", 82, 1);
- break;
default:
NOTREACHED();
}
« no previous file with comments | « net/spdy/spdy_session.h ('k') | net/spdy/spdy_test_utils.cc » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698