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

Unified Diff: chrome/utility/networking_private_handler.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/utility/networking_private_handler.h
diff --git a/chrome/utility/networking_private_handler.h b/chrome/utility/networking_private_handler.h
index 2328b9ef349235c7993ca1d9798a38899e3eef4b..b64549d669fb57a8a5ffc455b1f2398319c8b244 100644
--- a/chrome/utility/networking_private_handler.h
+++ b/chrome/utility/networking_private_handler.h
@@ -94,8 +94,10 @@ class NetworkingPrivateHandler : public UtilityMessageHandler {
// Generates |NetworkListChanged| event based on current |network_list|.
void OnNetworkScanSucceeded(const WiFiService::NetworkList& network_list);
- // Get current list of visible networks.
- void OnGetVisibleNetworks(int message_id);
+ // Get current list of visible networks of certain type.
+ void OnGetVisibleNetworks(
+ int message_id,
+ const std::string& network_type);
// Callback from |WiFiService| to report list of visible networks.
void OnGetVisibleNetworksSucceeded(

Powered by Google App Engine
This is Rietveld 408576698