| Index: net/filter/filter.h
|
| diff --git a/net/filter/filter.h b/net/filter/filter.h
|
| index 13489ef02823b054e38eba6cfe0eb3569055f336..37f55e218b41e53cd57271eaedf9e729c13c0012 100644
|
| --- a/net/filter/filter.h
|
| +++ b/net/filter/filter.h
|
| @@ -60,9 +60,8 @@ class GURL;
|
|
|
| namespace net {
|
|
|
| -class BoundNetLog;
|
| -class IOBuffer;
|
| class URLRequestContext;
|
| +class IOBuffer;
|
|
|
| //------------------------------------------------------------------------------
|
| // Define an interface class that allows access to contextual information
|
| @@ -123,9 +122,6 @@ 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;
|
| };
|
|
|
| //------------------------------------------------------------------------------
|
|
|