summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/net_internals_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/dom_ui/net_internals_ui.cc')
-rw-r--r--chrome/browser/dom_ui/net_internals_ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/dom_ui/net_internals_ui.cc b/chrome/browser/dom_ui/net_internals_ui.cc
index 0567c8c..8a08cfb 100644
--- a/chrome/browser/dom_ui/net_internals_ui.cc
+++ b/chrome/browser/dom_ui/net_internals_ui.cc
@@ -441,6 +441,7 @@ void NetInternalsMessageHandler::IOThreadImpl::OnRendererReady(
dict->SetInteger(L"INIT_PROXY_RESOLVER",
net::NetLog::SOURCE_INIT_PROXY_RESOLVER);
dict->SetInteger(L"CONNECT_JOB", net::NetLog::SOURCE_CONNECT_JOB);
+ dict->SetInteger(L"SOCKET", net::NetLog::SOURCE_SOCKET);
CallJavascriptFunction(L"g_browser.receivedLogSourceTypeConstants", dict);
}