Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Unified Diff: net/quic/platform/impl/quic_logging_impl.h

Issue 2962773003: Add QUIC_PLOG to gfe/quic/platform and use it in TunDevice. (Closed)
Patch Set: Rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/platform/api/quic_logging.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/quic/platform/api/quic_logging.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698