Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: chrome/browser/chromeos/cros/network_library.h

Issue 14753003: Don't open mobile setup when activating Sprint network from network menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/chromeos/cros/mock_network_library.h ('k') | chrome/browser/chromeos/cros/network_library_impl_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698