| Index: chrome/browser/chromeos/cros/network_library.h
|
| diff --git a/chrome/browser/chromeos/cros/network_library.h b/chrome/browser/chromeos/cros/network_library.h
|
| index 166bee4dadde358ecaa0f5e4db04ad6d48986bcd..1c007fb27fb547d27409b9dd802a479c61099894 100644
|
| --- a/chrome/browser/chromeos/cros/network_library.h
|
| +++ b/chrome/browser/chromeos/cros/network_library.h
|
| @@ -1538,6 +1538,12 @@ class NetworkLibrary {
|
| // Carrier ID format: <carrier name> (country). Ex.: "Verizon (us)".
|
| virtual const std::string& GetCellularHomeCarrierId() const = 0;
|
|
|
| + // Checks if the current cellular device should be activated by directly
|
| + // calling it's activate function instead of going through the activation
|
| + // process.
|
| + // Note: Currently Sprint is the only carrier using direct activation.
|
| + virtual bool CellularDeviceUsesDirectActivation() const = 0;
|
| +
|
| // Passes |old_pin|, |new_pin| to change SIM card PIM.
|
| virtual void ChangePin(const std::string& old_pin,
|
| const std::string& new_pin) = 0;
|
|
|