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

Unified Diff: remoting/base/vlog_net_log.cc

Issue 1059843002: Refactor NetLog::LogLevel --> NetLogCaptureMode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again to fix a merge conflict Created 5 years, 8 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
« no previous file with comments | « net/url_request/url_request_throttler_entry.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/vlog_net_log.cc
diff --git a/remoting/base/vlog_net_log.cc b/remoting/base/vlog_net_log.cc
index db72ad3812a91011381c14289cd6a2592c1e3a42..39a388a79adaa3b7c491fab43bc2537ac2acf69a 100644
--- a/remoting/base/vlog_net_log.cc
+++ b/remoting/base/vlog_net_log.cc
@@ -42,7 +42,8 @@ void VlogNetLog::Observer::OnAddEntry(const net::NetLog::Entry& entry) {
VlogNetLog::VlogNetLog()
: observer_(new Observer()) {
- DeprecatedAddObserver(observer_.get(), LOG_ALL_BUT_BYTES);
+ DeprecatedAddObserver(observer_.get(),
+ net::NetLogCaptureMode::IncludeCookiesAndCredentials());
}
VlogNetLog::~VlogNetLog() {
« no previous file with comments | « net/url_request/url_request_throttler_entry.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698