Chromium Code Reviews| 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..e52183d7b8a0a9ab1e5324cdbe84004aa7cc226d 100644 |
| --- a/chrome/common/networking_private_messages.h |
| +++ b/chrome/common/networking_private_messages.h |
| @@ -44,9 +44,11 @@ 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 */ |
| + ) |
|
tbarzic
2013/10/23 00:30:24
nit: ) to the line before
mef
2013/10/23 13:00:24
Done.
|
| // Request new scan of the network. |
| IPC_MESSAGE_CONTROL0(NetworkingPrivateMsg_RequestNetworkScan) |