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

Side by Side Diff: net/log/net_log_source_type_list.h

Issue 2944043002: Add NetLog events for HttpServerPropertiesManager (Closed)
Patch Set: fix ios 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // NOTE: No header guards are used, since this file is intended to be expanded 5 // NOTE: No header guards are used, since this file is intended to be expanded
6 // directly within a block where the SOURCE_TYPE macro is defined. 6 // directly within a block where the SOURCE_TYPE macro is defined.
7 7
8 // Used for global events which don't correspond to a particular entity. 8 // Used for global events which don't correspond to a particular entity.
9 SOURCE_TYPE(NONE) 9 SOURCE_TYPE(NONE)
10 10
(...skipping 23 matching lines...) Expand all
34 SOURCE_TYPE(PROXY_CLIENT_SOCKET_WRAPPER) 34 SOURCE_TYPE(PROXY_CLIENT_SOCKET_WRAPPER)
35 SOURCE_TYPE(DATA_REDUCTION_PROXY) 35 SOURCE_TYPE(DATA_REDUCTION_PROXY)
36 SOURCE_TYPE(IOS_WEB_VIEW_CERT_VERIFIER) 36 SOURCE_TYPE(IOS_WEB_VIEW_CERT_VERIFIER)
37 SOURCE_TYPE(SAFE_BROWSING) 37 SOURCE_TYPE(SAFE_BROWSING)
38 SOURCE_TYPE(BIDIRECTIONAL_STREAM) 38 SOURCE_TYPE(BIDIRECTIONAL_STREAM)
39 SOURCE_TYPE(NETWORK_QUALITY_ESTIMATOR) 39 SOURCE_TYPE(NETWORK_QUALITY_ESTIMATOR)
40 SOURCE_TYPE(HTTP_STREAM_JOB_CONTROLLER) 40 SOURCE_TYPE(HTTP_STREAM_JOB_CONTROLLER)
41 SOURCE_TYPE(CT_TREE_STATE_TRACKER) 41 SOURCE_TYPE(CT_TREE_STATE_TRACKER)
42 SOURCE_TYPE(SERVER_PUSH_LOOKUP_TRANSACTION) 42 SOURCE_TYPE(SERVER_PUSH_LOOKUP_TRANSACTION)
43 SOURCE_TYPE(QUIC_STREAM_FACTORY_JOB) 43 SOURCE_TYPE(QUIC_STREAM_FACTORY_JOB)
44 SOURCE_TYPE(HTTP_SERVER_PROPERTIES)
Zhongyi Shi 2017/06/19 19:50:24 nit: SOURCE_TYPE(HTTP_SERVER_PROPERTIES_MANAGER)
OLDNEW
« net/log/net_log_event_type_list.h ('K') | « net/log/net_log_event_type_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698