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

Unified Diff: net/http/http_log_util_unittest.cc

Issue 382313003: Add data reduction functionality to all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove accidental include from merge Created 6 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
Index: net/http/http_log_util_unittest.cc
diff --git a/net/http/http_log_util_unittest.cc b/net/http/http_log_util_unittest.cc
index 3c5c82656fc4f563082b9a869cab5ba917294038..6f223073bd9357d0c3dab937b0d644619550582d 100644
--- a/net/http/http_log_util_unittest.cc
+++ b/net/http/http_log_util_unittest.cc
@@ -55,7 +55,6 @@ TEST(HttpLogUtilTest, ElideHeaderValueForNetLog) {
NetLog::LOG_STRIP_PRIVATE_DATA, "WWW-Authenticate", "NTLM 1234 "));
// Extra elisions for SPDY_PROXY_AUTH_ORIGIN.
-#if defined(SPDY_PROXY_AUTH_ORIGIN)
EXPECT_EQ("ps=123, [7 bytes were stripped], c=foo, v=bar",
ElideHeaderValueForNetLog(
NetLog::LOG_STRIP_PRIVATE_DATA,
@@ -68,7 +67,6 @@ TEST(HttpLogUtilTest, ElideHeaderValueForNetLog) {
ElideHeaderValueForNetLog(
NetLog::LOG_STRIP_PRIVATE_DATA,
"Chrome-Proxy", "ps=123, c=foo, v=bar, sid=456"));
mmenke 2014/09/05 16:29:10 Actually, you should just delete these 3 expects,
Not at Google. Contact bengr 2014/09/05 21:24:35 Done.
-#endif
}
} // namspace net

Powered by Google App Engine
This is Rietveld 408576698