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..5bfe72dd790e7c62c1813e0008bb3e11295aa8a6 100644 |
--- a/chrome/browser/chromeos/cros/network_library.h |
+++ b/chrome/browser/chromeos/cros/network_library.h |
@@ -904,6 +904,11 @@ class CellularNetwork : public WirelessNetwork { |
// Returns whether the network needs to be activated. |
bool NeedsActivation() const; |
+ // Checks if the network should be activated by directly calling it's activate |
+ // function instead of going through the activation process. |
+ // Note: Currently Sprint is the only carrier that uses this. |
+ bool UsesDirectActivation() const; |
+ |
// Return a string representation of network technology. |
std::string GetNetworkTechnologyString() const; |
// Return a string representation of activation state. |