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

Unified Diff: load.cc

Issue 6606024: Eliminate ConenctionType, etc from chromeos_network.h (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cros.git@master
Patch Set: Rebase. Created 9 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_deprecated.cc ('k') | no next file » | 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 58d246712e3bf61b1cc74d773d0bc7237f1e48a3..739149260110742573d724bf28c1ef13609d5d95 100644
--- a/load.cc
+++ b/load.cc
@@ -234,6 +234,10 @@ DECL_FUNC_4(RequestNetworkProfileEntry, void, const char*, const char*,
NetworkPropertiesCallback, void*);
DECL_FUNC_4(RequestWifiServicePath, void, const char*, ConnectionSecurity,
NetworkPropertiesCallback, void*);
+DECL_FUNC_4(RequestHiddenWifiNetwork, void, const char*, const char*,
+ NetworkPropertiesCallback, void*);
+DECL_FUNC_1(RequestNetworkScan, void, const char*);
+DECL_FUNC_2(RequestNetworkDeviceEnable, void, const char*, bool);
DECL_FUNC_2(EnableNetworkDevice, bool, ConnectionType, bool);
DECL_FUNC_1(SetOfflineMode, bool, bool);
DECL_FUNC_2(SetAutoConnect, bool, const char*, bool);
@@ -545,6 +549,9 @@ bool LoadLibcros(const char* path_to_libcros, std::string& error_string) {
INIT_FUNC(RequestNetworkProfile);
INIT_FUNC(RequestNetworkProfileEntry);
INIT_FUNC(RequestWifiServicePath);
+ INIT_FUNC(RequestHiddenWifiNetwork);
+ INIT_FUNC(RequestNetworkScan);
+ INIT_FUNC(RequestNetworkDeviceEnable);
// Synaptics
INIT_FUNC(SetSynapticsParameter);
« no previous file with comments | « chromeos_network_deprecated.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698