| Index: net/log/net_log_capture_mode.cc
|
| diff --git a/net/log/net_log_capture_mode.cc b/net/log/net_log_capture_mode.cc
|
| index 606dec6e524b4eb5d91613690def7954ff18eda4..715b5c104f83b32c3a9655a6977a9f643eefeba4 100644
|
| --- a/net/log/net_log_capture_mode.cc
|
| +++ b/net/log/net_log_capture_mode.cc
|
| @@ -14,8 +14,8 @@ namespace {
|
| // for methods of NetLogCaptureMode, which expect that higher values represent a
|
| // strict superset of the capabilities of lower values.
|
| enum InternalValue {
|
| - // Log all events, but do not include the actual transferred bytes and
|
| - // remove cookies and HTTP credentials.
|
| + // Log all events, but do not include the actual transferred bytes, and
|
| + // remove cookies and HTTP credentials and HTTP/2 GOAWAY frame debug data.
|
| DEFAULT,
|
|
|
| // Log all events, but do not include the actual transferred bytes as
|
|
|