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

Unified Diff: chromeos/dbus/flimflam_device_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 | « chrome/browser/chromeos/cros/mock_chromeos_network.cc ('k') | chromeos/dbus/flimflam_ipconfig_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/flimflam_device_client.h
diff --git a/chromeos/dbus/flimflam_device_client.h b/chromeos/dbus/flimflam_device_client.h
index 904d55da381d8120ac047b61f0634f2e363cf64f..5fe545fc5a48d45e54cc15aa75c47e37ac29f7b0 100644
--- a/chromeos/dbus/flimflam_device_client.h
+++ b/chromeos/dbus/flimflam_device_client.h
@@ -66,6 +66,7 @@ class CHROMEOS_EXPORT FlimflamDeviceClient {
// Thie method returns NULL when method call fails.
//
// TODO(hashimoto): Refactor CrosGetDeviceNetworkList and remove this method.
+ // crosbug.com/29902
virtual base::DictionaryValue* CallGetPropertiesAndBlock(
const dbus::ObjectPath& device_path) = 0;
@@ -98,6 +99,7 @@ class CHROMEOS_EXPORT FlimflamDeviceClient {
// This method returns an empty path when method call fails.
//
// TODO(hashimoto): Refactor CrosAddIPConfig and remove this method.
+ // crosbug.com/29902
virtual dbus::ObjectPath CallAddIPConfigAndBlock(
const dbus::ObjectPath& device_path,
const std::string& method) = 0;
« no previous file with comments | « chrome/browser/chromeos/cros/mock_chromeos_network.cc ('k') | chromeos/dbus/flimflam_ipconfig_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698