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

Unified Diff: chromeos/network/cros_network_functions.h

Issue 12041029: Add ResetModem method and call it once non_cellular activation is done. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/dbus/shill_device_client_unittest.cc ('k') | chromeos/network/cros_network_functions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/cros_network_functions.h
diff --git a/chromeos/network/cros_network_functions.h b/chromeos/network/cros_network_functions.h
index 5ff93be77bb674d2463bb990618c3816aa119047..ddc44811956bcce971a47a93f2b9ee7d0c0eb1ec 100644
--- a/chromeos/network/cros_network_functions.h
+++ b/chromeos/network/cros_network_functions.h
@@ -262,6 +262,9 @@ CHROMEOS_EXPORT void CrosSetCarrier(const std::string& device_path,
const std::string& carrier,
const NetworkOperationCallback& callback);
+// Resets the device.
+CHROMEOS_EXPORT void CrosReset(const std::string& device_path);
+
} // namespace chromeos
#endif // CHROMEOS_NETWORK_CROS_NETWORK_FUNCTIONS_H_
« no previous file with comments | « chromeos/dbus/shill_device_client_unittest.cc ('k') | chromeos/network/cros_network_functions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698