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

Unified Diff: chrome/utility/networking_private_handler.cc

Issue 32193015: WlanConnect to BSS with given frequency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GetDesiredBssidList now selects one BSSID with best quality. 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 | « no previous file | chrome/utility/wifi/wifi_service.h » ('j') | chrome/utility/wifi/wifi_service_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/networking_private_handler.cc
diff --git a/chrome/utility/networking_private_handler.cc b/chrome/utility/networking_private_handler.cc
index 13a8254fddcc2362eb223ecdbca19a3ef1174128..443dfa48e972910885bc5deabbd6de34e7aad947 100644
--- a/chrome/utility/networking_private_handler.cc
+++ b/chrome/utility/networking_private_handler.cc
@@ -114,6 +114,7 @@ void NetworkingPrivateHandler::OnStartConnectStart(
const std::string& network_guid) {
wifi_service_->StartConnect(
network_guid,
+ WiFiService::kFrequencyUnknown,
afontan 2013/10/24 18:18:20 I think that the name kFrequencyAny or kFrequencyU
mef 2013/10/24 19:13:54 Done.
base::Bind(&NetworkingPrivateHandler::WiFiStartConnectSucceeded,
base::Unretained(this),
message_id),
« no previous file with comments | « no previous file | chrome/utility/wifi/wifi_service.h » ('j') | chrome/utility/wifi/wifi_service_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698