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

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: 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
« no previous file with comments | « chrome/common/networking_private_messages.h ('k') | chrome/utility/networking_private_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/networking_private_handler.h
diff --git a/chrome/utility/networking_private_handler.h b/chrome/utility/networking_private_handler.h
index 181c38ca8904ff01cc57e3c4cb79e97b0efd177e..d05d3b6b9e953ebcd6869a285011415b430a2cba 100644
--- a/chrome/utility/networking_private_handler.h
+++ b/chrome/utility/networking_private_handler.h
@@ -95,8 +95,10 @@ class NetworkingPrivateHandler : public UtilityMessageHandler {
// Generates |NetworkListChanged| event based on current |network_list|.
void WiFiNetworkScanSucceeded(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 WiFiGetVisibleNetworksSucceeded(
« no previous file with comments | « chrome/common/networking_private_messages.h ('k') | chrome/utility/networking_private_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698