chore: bump chromium to 79eae5b7b2d9dac441ac0182ee160 (master) (#19166)
This commit is contained in:
parent
6d83eaaf4b
commit
bd526f97a5
92 changed files with 507 additions and 461 deletions
|
@ -38,16 +38,16 @@ net::NetLogCaptureMode GetNetCaptureModeFromCommandLine(
|
|||
std::string value = command_line.GetSwitchValueASCII(switch_name);
|
||||
|
||||
if (value == "Default")
|
||||
return net::NetLogCaptureMode::Default();
|
||||
return net::NetLogCaptureMode::kDefault;
|
||||
if (value == "IncludeCookiesAndCredentials")
|
||||
return net::NetLogCaptureMode::IncludeCookiesAndCredentials();
|
||||
return net::NetLogCaptureMode::kIncludeSensitive;
|
||||
if (value == "IncludeSocketBytes")
|
||||
return net::NetLogCaptureMode::IncludeSocketBytes();
|
||||
return net::NetLogCaptureMode::kEverything;
|
||||
|
||||
LOG(ERROR) << "Unrecognized value for --" << switch_name;
|
||||
}
|
||||
|
||||
return net::NetLogCaptureMode::Default();
|
||||
return net::NetLogCaptureMode::kDefault;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue