Do not capture cookies and credentials (#13065)

This commit is contained in:
Zhuo Lu 2018-05-24 14:46:54 -07:00 коммит произвёл Shelley Vohr
Родитель 01a9b32637
Коммит fd25f594cd
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -50,8 +50,7 @@ void NetLog::StartLogging() {
base::FilePath log_path =
command_line->GetSwitchValuePath(switches::kLogNetLog);
std::unique_ptr<base::Value> constants(GetConstants());
net::NetLogCaptureMode capture_mode =
net::NetLogCaptureMode::IncludeCookiesAndCredentials();
net::NetLogCaptureMode capture_mode = net::NetLogCaptureMode::Default();
file_net_log_observer_ =
net::FileNetLogObserver::CreateUnbounded(log_path, std::move(constants));