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

Unified Diff: chrome/common/networking_private_messages.h

Issue 30753002: Move GetVisibleNetworks network type filtering to WiFiService interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address codereview comments. Created 7 years, 2 months 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
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)

Powered by Google App Engine
This is Rietveld 408576698