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

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: 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..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)

Powered by Google App Engine
This is Rietveld 408576698