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

Unified Diff: chromeos/dbus/flimflam_network_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_ipconfig_client.h ('k') | chromeos/dbus/flimflam_service_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/flimflam_network_client.h
diff --git a/chromeos/dbus/flimflam_network_client.h b/chromeos/dbus/flimflam_network_client.h
index 6392a27d7747a608926d1716cc32703919171659..d049d1c7206b8cbff26a48e2c4cb52af8b035707 100644
--- a/chromeos/dbus/flimflam_network_client.h
+++ b/chromeos/dbus/flimflam_network_client.h
@@ -61,6 +61,9 @@ class CHROMEOS_EXPORT FlimflamNetworkClient {
// DEPRECATED DO NOT USE: Calls GetProperties method and blocks until the
// method call finishes. The caller is responsible to delete the result.
// Thie method returns NULL when method call fails.
+ //
+ // TODO(hashimoto): Refactor CrosGetWifiAccessPoints and remove this method.
+ // crosbug.com/29902
virtual base::DictionaryValue* CallGetPropertiesAndBlock(
const dbus::ObjectPath& network_path) = 0;
« no previous file with comments | « chromeos/dbus/flimflam_ipconfig_client.h ('k') | chromeos/dbus/flimflam_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698