Index: chrome/browser/chromeos/cros/cros_network_functions.h |
diff --git a/chrome/browser/chromeos/cros/cros_network_functions.h b/chrome/browser/chromeos/cros/cros_network_functions.h |
index e140576bc2f6f4a8c08b4a6491a1972d34ab15df..1269deb575891bc58c845829bde26a1808c7af9a 100644 |
--- a/chrome/browser/chromeos/cros/cros_network_functions.h |
+++ b/chrome/browser/chromeos/cros/cros_network_functions.h |
@@ -28,6 +28,9 @@ typedef base::Callback<void( |
const char* path, |
const base::DictionaryValue* properties)> NetworkPropertiesCallback; |
+// Enables the new implementation to stop using Libcros. |
+void EnableNonLibcrosNetworkFunctions(bool enabled); |
stevenjb
2012/04/12 17:34:36
"EnableNon" is extremely confusing, should be SetL
hashimoto
2012/04/13 05:27:22
Done.
|
+ |
// Activates the cellular modem specified by |service_path| with carrier |
// specified by |carrier|. |
// |carrier| is NULL or an empty string, this will activate with the currently |