Index: chrome/common/networking_private_messages.h |
diff --git a/chrome/common/networking_private_messages.h b/chrome/common/networking_private_messages.h |
index 817300cf9909dabefba9cdc69af3c68ffddbc2c8..158bd19653023aeabea116b7662f8942e0dcd354 100644 |
--- a/chrome/common/networking_private_messages.h |
+++ b/chrome/common/networking_private_messages.h |
@@ -44,9 +44,10 @@ IPC_MESSAGE_CONTROL2(NetworkingPrivateMsg_StartDisconnect, |
int32, /* message_id */ |
std::string /* network_guid */) |
-// Get list of visible networks. |
-IPC_MESSAGE_CONTROL1(NetworkingPrivateMsg_GetVisibleNetworks, |
- int32 /* message_id */) |
+// Get list of visible networks of certain type according to onc::network_type. |
+IPC_MESSAGE_CONTROL2(NetworkingPrivateMsg_GetVisibleNetworks, |
+ int32, /* message_id */ |
+ std::string /* network_type */) |
// Request new scan of the network. |
IPC_MESSAGE_CONTROL0(NetworkingPrivateMsg_RequestNetworkScan) |