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

Unified Diff: net/base/net_info_source_list.h

Issue 423813002: Sdch view for net-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass netlog to ChromeSdchPolicy Created 6 years, 1 month 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 | « chrome/test/data/webui/net_internals/sdch_view.js ('k') | net/base/net_log_event_type_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_info_source_list.h
diff --git a/net/base/net_info_source_list.h b/net/base/net_info_source_list.h
index be3019e9183c0676cc46cbb4f0226652193130f7..9c54307284d0c3fb1ee8d3c287fd1603272d0f06 100644
--- a/net/base/net_info_source_list.h
+++ b/net/base/net_info_source_list.h
@@ -20,3 +20,4 @@ NET_INFO_SOURCE(SPDY_STATUS, "spdyStatus", 1 << 6)
NET_INFO_SOURCE(SPDY_ALT_PROTO_MAPPINGS, "spdyAlternateProtocolMappings",
1 << 7)
NET_INFO_SOURCE(HTTP_CACHE, "httpCacheInfo", 1 << 8)
+NET_INFO_SOURCE(SDCH, "sdchInfo", 1 << 9)
Randy Smith (Not in Mondays) 2014/11/13 18:54:24 nit: Align 1 << 9 with previous values.
baranovich 2014/11/13 19:32:05 Done. I guess its git cl format. I remember that I
« no previous file with comments | « chrome/test/data/webui/net_internals/sdch_view.js ('k') | net/base/net_log_event_type_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698