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

Unified Diff: net/base/net_log.h

Issue 612023003: Make --log-net-log and NetLogLogger hide cookies by default, (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix new test Created 6 years, 3 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/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_;

Powered by Google App Engine
This is Rietveld 408576698