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

Unified Diff: net/log/test_net_log.h

Issue 1122483004: Remove NetLog::GetCaptureMode() and NetLogCaptureMode::None() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mmenke_refactor
Patch Set: rename HasObservers --> IsCapturing 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/log/test_net_log.h
diff --git a/net/log/test_net_log.h b/net/log/test_net_log.h
index 7dc301147364e6d8e5039689cb3c62c6008602ad..b9393235f69a4c14467145bae0081b290cc50595 100644
--- a/net/log/test_net_log.h
+++ b/net/log/test_net_log.h
@@ -24,6 +24,7 @@ class TestNetLog : public NetLog {
~TestNetLog() override;
void SetCaptureMode(NetLogCaptureMode capture_mode);
+ NetLogCaptureMode GetCaptureMode() const;
mmenke 2015/05/06 15:14:42 Why do we need this?
eroman 2015/05/06 17:01:05 Done (removed)
// Below methods are forwarded to test_net_log_observer_.
void GetEntries(TestNetLogEntry::List* entry_list) const;
« net/log/net_log_util.cc ('K') | « net/log/net_log_util.cc ('k') | net/log/test_net_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698