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

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

Issue 423813002: Sdch view for net-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create Dictionary JSON directly in SdchManager::SdchInfoToValue Created 6 years, 4 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 10 matching lines...) Expand all
21 SOURCE_TYPE(MEMORY_CACHE_ENTRY) 21 SOURCE_TYPE(MEMORY_CACHE_ENTRY)
22 SOURCE_TYPE(HTTP_STREAM_JOB) 22 SOURCE_TYPE(HTTP_STREAM_JOB)
23 SOURCE_TYPE(EXPONENTIAL_BACKOFF_THROTTLING) 23 SOURCE_TYPE(EXPONENTIAL_BACKOFF_THROTTLING)
24 SOURCE_TYPE(UDP_SOCKET) 24 SOURCE_TYPE(UDP_SOCKET)
25 SOURCE_TYPE(CERT_VERIFIER_JOB) 25 SOURCE_TYPE(CERT_VERIFIER_JOB)
26 SOURCE_TYPE(DOWNLOAD) 26 SOURCE_TYPE(DOWNLOAD)
27 SOURCE_TYPE(FILESTREAM) 27 SOURCE_TYPE(FILESTREAM)
28 SOURCE_TYPE(DNS_PROBER) 28 SOURCE_TYPE(DNS_PROBER)
29 SOURCE_TYPE(PROXY_CLIENT_SOCKET) 29 SOURCE_TYPE(PROXY_CLIENT_SOCKET)
30 SOURCE_TYPE(IPV6_REACHABILITY_CHECK) 30 SOURCE_TYPE(IPV6_REACHABILITY_CHECK)
31 SOURCE_TYPE(SDCH_DICTIONARY_FETCHER)
Randy Smith (Not in Mondays) 2014/08/13 17:35:45 Probably worth adding a TODO() that we want to rem
baranovich 2014/08/13 19:13:47 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698