| Index: google_apis/gcm/tools/mcs_probe.cc
|
| diff --git a/google_apis/gcm/tools/mcs_probe.cc b/google_apis/gcm/tools/mcs_probe.cc
|
| index 69aac650362bd4391de385df2e9d7af8b72b74c2..0f464c546e654477802f640579970968cdef3070 100644
|
| --- a/google_apis/gcm/tools/mcs_probe.cc
|
| +++ b/google_apis/gcm/tools/mcs_probe.cc
|
| @@ -359,7 +359,8 @@ void MCSProbe::InitializeNetworkState() {
|
| }
|
| if (log_file.get()) {
|
| logger_.reset(new net::WriteToFileNetLogObserver());
|
| - logger_->set_log_level(net::NetLog::LOG_ALL_BUT_BYTES);
|
| + logger_->set_capture_mode(
|
| + net::NetLogCaptureMode::IncludeCookiesAndCredentials());
|
| logger_->StartObserving(&net_log_, log_file.Pass(), nullptr, nullptr);
|
| }
|
|
|
|
|