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

Unified Diff: net/log/trace_constants.h

Issue 2533953005: Standardize "net" category trace events (Closed)
Patch Set: self review Created 4 years 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/http/http_stream_factory_impl_job.cc ('k') | net/log/trace_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/trace_constants.h
diff --git a/net/log/trace_constants.h b/net/log/trace_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..bb509a6c1110bbf1d1a05dca6d40dbab246d834a
--- /dev/null
+++ b/net/log/trace_constants.h
@@ -0,0 +1,17 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef NET_LOG_TRACE_CONSTANTS_H_
mmenke 2016/12/01 16:16:14 We aren't consistent about it, but this should pro
xunjieli 2016/12/01 23:38:11 Done.
+#define NET_LOG_TRACE_CONSTANTS_H_
+
+#include "net/base/net_export.h"
+
+namespace net {
+
+// Net Category used in Tracing.
+NET_EXPORT_PRIVATE extern const char kNetTracingCategory[];
+
+} // namespace net
+
+#endif // NET_LOG_TRACE_CONSTANTS_H_
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | net/log/trace_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698