| Index: net/base/net_log.h
|
| diff --git a/net/base/net_log.h b/net/base/net_log.h
|
| index b037a336bc57fd9b0b2ce05f9f07ee846b96c8d3..1b598ed84b763d7521a31a990914c2b4906326b1 100644
|
| --- a/net/base/net_log.h
|
| +++ b/net/base/net_log.h
|
| @@ -300,10 +300,6 @@ class NET_EXPORT NetLog {
|
| static ParametersCallback StringCallback(const char* name,
|
| const base::string16* value);
|
|
|
| - protected:
|
| - // Set the lowest allowed log level, regardless of any Observers.
|
| - void SetBaseLogLevel(LogLevel log_level);
|
| -
|
| private:
|
| friend class BoundNetLog;
|
|
|
| @@ -322,10 +318,6 @@ class NET_EXPORT NetLog {
|
| // Last assigned source ID. Incremented to get the next one.
|
| base::subtle::Atomic32 last_id_;
|
|
|
| - // The lowest allowed log level, regardless of any Observers.
|
| - // Normally defaults to LOG_NONE, but can be changed with SetBaseLogLevel
|
| - LogLevel base_log_level_;
|
| -
|
| // The current log level.
|
| base::subtle::Atomic32 effective_log_level_;
|
|
|
|
|