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 2a091907efdfdb1b8ac45ecf39e9fdf4f8e5b7d7..63973b3e80af362f2b9109329a54de186be53a08 100644 |
--- a/chrome/browser/chromeos/cros/network_library.h |
+++ b/chrome/browser/chromeos/cros/network_library.h |
@@ -1222,6 +1222,9 @@ class CellularNetwork : public WirelessNetwork { |
// Current implementation returns same as SupportsDataPlan(). |
bool SupportsActivation() const; |
+ // Returns whether the network needs to be activated. |
+ bool NeedsActivation() const; |
+ |
// Returns true if one of the usage_url_ / payment_url_ (or both) is defined. |
bool SupportsDataPlan() const; |