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

Unified Diff: load.cc

Issue 652187: Added ConnectToNetwork (Closed)
Patch Set: merge in new changes Created 10 years, 10 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 | « chromeos_network.cc ('k') | monitor_network.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: load.cc
diff --git a/load.cc b/load.cc
index dae98912f38416f75267339f23fd6c8af293c508..5ef060e2688fc2ec88ef4118fcf4cb11b5553579 100644
--- a/load.cc
+++ b/load.cc
@@ -94,7 +94,7 @@ DECL_FUNC_0(RetrieveMountInformation, MountStatus*);
DECL_FUNC_1(FreeMountStatus, void, MountStatus*);
// Networking
-DECL_FUNC_3(ConnectToWifiNetwork, bool, const char*, const char*, const char*);
+DECL_FUNC_2(ConnectToNetwork, bool, const char*, const char*);
DECL_FUNC_0(GetAvailableNetworks, ServiceStatus*);
DECL_FUNC_1(FreeServiceStatus, void, ServiceStatus*);
DECL_FUNC_2(MonitorNetworkStatus,
@@ -217,7 +217,7 @@ bool LoadLibcros(const char* path_to_libcros, std::string& error_string) {
INIT_FUNC(FreeMountStatus);
// Networking
- INIT_FUNC(ConnectToWifiNetwork);
+ INIT_FUNC(ConnectToNetwork);
INIT_FUNC(GetAvailableNetworks);
INIT_FUNC(FreeServiceStatus);
INIT_FUNC(MonitorNetworkStatus);
« no previous file with comments | « chromeos_network.cc ('k') | monitor_network.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698