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

Unified Diff: chromeos/dbus/flimflam_service_client.h

Issue 10134028: Reimplement ActivateCellularModem without Libcros (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add crosbug.com URLs to TODO comments Created 8 years, 8 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/flimflam_network_client.h ('k') | chromeos/dbus/flimflam_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/flimflam_service_client.h
diff --git a/chromeos/dbus/flimflam_service_client.h b/chromeos/dbus/flimflam_service_client.h
index 786c0bbfc70b7be96a016ba032332b331cdd974d..0e42767820e3e262805eae93834745cf384111eb 100644
--- a/chromeos/dbus/flimflam_service_client.h
+++ b/chromeos/dbus/flimflam_service_client.h
@@ -96,6 +96,15 @@ class CHROMEOS_EXPORT FlimflamServiceClient {
const std::string& carrier,
const VoidCallback& callback) = 0;
+ // DEPRECATED DO NOT USE: Calls ActivateCellularModem method and blocks until
+ // the method call finishes.
+ //
+ // TODO(hashimoto): Refactor CrosActivateCellularModem and remove this method.
+ // crosbug.com/29902
+ virtual bool CallActivateCellularModemAndBlock(
+ const dbus::ObjectPath& service_path,
+ const std::string& carrier) = 0;
+
protected:
// Create() should be used instead.
FlimflamServiceClient();
« no previous file with comments | « chromeos/dbus/flimflam_network_client.h ('k') | chromeos/dbus/flimflam_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698