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

Unified Diff: net/http/http_network_transaction_unittest.cc

Issue 1122483004: Remove NetLog::GetCaptureMode() and NetLogCaptureMode::None() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mmenke_refactor
Patch Set: Created 5 years, 7 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_network_transaction_unittest.cc
diff --git a/net/http/http_network_transaction_unittest.cc b/net/http/http_network_transaction_unittest.cc
index 7939921ed8f331b8d7b77fa3937b6cd68015d7f7..3d00efd182b5ec0e54fe52f2b087a732db79c9db 100644
--- a/net/http/http_network_transaction_unittest.cc
+++ b/net/http/http_network_transaction_unittest.cc
@@ -329,7 +329,7 @@ class HttpNetworkTransactionTest
TestCompletionCallback callback;
- EXPECT_TRUE(log.bound().GetCaptureMode().enabled());
+ EXPECT_TRUE(log.bound().HasObservers());
int rv = trans->Start(&request, callback.callback(), log.bound());
EXPECT_EQ(ERR_IO_PENDING, rv);
« no previous file with comments | « net/http/http_cache_transaction.cc ('k') | net/log/net_log.h » ('j') | net/log/net_log.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698