Chromium Code Reviews| Index: net/quic/platform/impl/quic_logging_impl.h |
| diff --git a/net/quic/platform/impl/quic_logging_impl.h b/net/quic/platform/impl/quic_logging_impl.h |
| index d6e6cdc029ce2cd64b93c635a938749ed40bb8c7..1388bc2489e752e2907b153ed9c9ea955113e413 100644 |
| --- a/net/quic/platform/impl/quic_logging_impl.h |
| +++ b/net/quic/platform/impl/quic_logging_impl.h |
| @@ -57,4 +57,6 @@ |
| #define QUIC_NOTREACHED_IMPL() NOTREACHED() |
| +#define QUIC_PLOG_IMPL(severity) PLOG(severity) |
|
Ryan Hamilton
2017/06/29 02:51:31
I'm not sure if we have PLOG in chromium, so you c
|
| + |
| #endif // NET_QUIC_PLATFORM_IMPL_QUIC_LOGGING_IMPL_H_ |