| Index: net/filter/filter.h
|
| diff --git a/net/filter/filter.h b/net/filter/filter.h
|
| index 37f55e218b41e53cd57271eaedf9e729c13c0012..13489ef02823b054e38eba6cfe0eb3569055f336 100644
|
| --- a/net/filter/filter.h
|
| +++ b/net/filter/filter.h
|
| @@ -60,8 +60,9 @@ class GURL;
|
|
|
| namespace net {
|
|
|
| -class URLRequestContext;
|
| +class BoundNetLog;
|
| class IOBuffer;
|
| +class URLRequestContext;
|
|
|
| //------------------------------------------------------------------------------
|
| // Define an interface class that allows access to contextual information
|
| @@ -122,6 +123,9 @@ class NET_EXPORT_PRIVATE FilterContext {
|
| // The following method forces the context to emit a specific set of
|
| // statistics as selected by the argument.
|
| virtual void RecordPacketStats(StatisticSelector statistic) const = 0;
|
| +
|
| + // The BoundNetLog of the associated request.
|
| + virtual const BoundNetLog& GetNetLog() const = 0;
|
| };
|
|
|
| //------------------------------------------------------------------------------
|
|
|