| 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;
|
|
|
| // Below methods are forwarded to test_net_log_observer_.
|
| void GetEntries(TestNetLogEntry::List* entry_list) const;
|
|
|