| 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..551d744337eecf388783a8c6b28e18c642170e90 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/Disables Libcros network functions.
|
| +void SetLibcrosNetworkFunctionsEnabled(bool enabled);
|
| +
|
| // 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
|
|
|