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

Unified Diff: chromeos/dbus/flimflam_ipconfig_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_device_client.h ('k') | chromeos/dbus/flimflam_network_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/flimflam_ipconfig_client.h
diff --git a/chromeos/dbus/flimflam_ipconfig_client.h b/chromeos/dbus/flimflam_ipconfig_client.h
index f4f5f6ff03728c021350e9e9aaaa1e95dfe6a834..0b2dba892478bda82ba9b7d157ed6fc80c585c51 100644
--- a/chromeos/dbus/flimflam_ipconfig_client.h
+++ b/chromeos/dbus/flimflam_ipconfig_client.h
@@ -63,6 +63,7 @@ class CHROMEOS_EXPORT FlimflamIPConfigClient {
// Thie method returns NULL when method call fails.
//
// TODO(hashimoto): Refactor CrosListIPConfigs to remove this method.
+ // crosbug.com/29902
virtual base::DictionaryValue* CallGetPropertiesAndBlock(
const dbus::ObjectPath& ipconfig_path) = 0;
@@ -88,6 +89,7 @@ class CHROMEOS_EXPORT FlimflamIPConfigClient {
// finishes.
//
// TODO(hashimoto): Refactor CrosRemoveIPConfig to remove this method.
+ // crosbug.com/29902
virtual bool CallRemoveAndBlock(const dbus::ObjectPath& ipconfig_path) = 0;
protected:
« no previous file with comments | « chromeos/dbus/flimflam_device_client.h ('k') | chromeos/dbus/flimflam_network_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698