Index: chrome/browser/extensions/api/socket/socket_api.cc |
diff --git a/chrome/browser/extensions/api/socket/socket_api.cc b/chrome/browser/extensions/api/socket/socket_api.cc |
index c59d97a96e19528d93899ff041fb8b8a4270f56d..01dd810e97a53bac4b66a307bbe671dab10d5479 100644 |
--- a/chrome/browser/extensions/api/socket/socket_api.cc |
+++ b/chrome/browser/extensions/api/socket/socket_api.cc |
@@ -691,6 +691,7 @@ void SocketGetNetworkListFunction::SendResponseOnUIThread( |
make_linked_ptr(new api::socket::NetworkInterface); |
info->name = i->name; |
info->address = net::IPAddressToString(i->address); |
+ info->prefix_length = i->network_prefix; |
create_arg.push_back(info); |
} |