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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #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.
6 #define NET_LOG_TRACE_CONSTANTS_H_
7
8 #include "net/base/net_export.h"
9
10 namespace net {
11
12 // Net Category used in Tracing.
13 NET_EXPORT_PRIVATE extern const char kNetTracingCategory[];
14
15 } // namespace net
16
17 #endif // NET_LOG_TRACE_CONSTANTS_H_
OLDNEW
« 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