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

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

Issue 15899015: Add CheckPortalList manager property to NetworkStateHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: force manager property update in shill manager client stub implementation 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 1c007fb27fb547d27409b9dd802a479c61099894..5eb514f478a6ee3f442bc05ba1936b1f1f2ea353 100644
--- a/chrome/browser/chromeos/cros/network_library.h
+++ b/chrome/browser/chromeos/cros/network_library.h
@@ -1462,19 +1462,6 @@ class NetworkLibrary {
virtual bool cellular_initializing() const = 0;
virtual bool offline_mode() const = 0;
- // Returns list of technologies for which captive portal checking is enabled.
- // This is a comma-separated string; e.g. "ethernet,wifi,cellular".
- // See kDefaultCheckPortalList in portal_detector.cc.
- virtual std::string GetCheckPortalList() const = 0;
-
- // Sets comma-separated list of interfaces that have portal check enabled.
- // Setting to empty string would disable portal check.
- virtual void SetCheckPortalList(const std::string& check_portal_list) = 0;
-
- // Enables portal checking on a default set of interfaces:
- // "ethernet,wifi,cellular".
- virtual void SetDefaultCheckPortalList() = 0;
-
// Returns the current IP address if connected. If not, returns empty string.
virtual const std::string& IPAddress() const = 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