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

Unified Diff: chrome/browser/chromeos/cros/network_library.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
Index: chrome/browser/chromeos/cros/network_library.h
diff --git a/chrome/browser/chromeos/cros/network_library.h b/chrome/browser/chromeos/cros/network_library.h
index fe07b3c5b1e2aea9d8509c21109919722e7f42ac..f0c3b0b86863ae32d2825932311d403f936d93a7 100644
--- a/chrome/browser/chromeos/cros/network_library.h
+++ b/chrome/browser/chromeos/cros/network_library.h
@@ -1566,6 +1566,10 @@ class NetworkLibrary {
virtual void SetCarrier(const std::string& carrier,
const NetworkOperationCallback& completed) = 0;
+ // Resets the cellular device, calls the closure once the transition is
+ // complete.
+ virtual void ResetModem() = 0;
+
// Return true if GSM SIM card can work only with enabled roaming.
virtual bool IsCellularAlwaysInRoaming() = 0;
« no previous file with comments | « chrome/browser/chromeos/cros/mock_network_library.h ('k') | chrome/browser/chromeos/cros/network_library_impl_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698