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

Unified Diff: chromeos/network/shill_property_handler.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
« no previous file with comments | « chromeos/network/network_state_handler.cc ('k') | chromeos/network/shill_property_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/shill_property_handler.h
diff --git a/chromeos/network/shill_property_handler.h b/chromeos/network/shill_property_handler.h
index eea30fd85ef2ed93d2933ab390e3fe54f553ce36..4ca119e805941211c215b91334687370180ea83e 100644
--- a/chromeos/network/shill_property_handler.h
+++ b/chromeos/network/shill_property_handler.h
@@ -71,6 +71,10 @@ class CHROMEOS_EXPORT ShillPropertyHandler
const std::string& key,
const base::Value& value) = 0;
+ // Called when the list of devices with portal check enabled changes.
+ virtual void CheckPortalListChanged(
+ const std::string& check_portal_list) = 0;
+
// Called when one or more manager properties (e.g. a technology list)
// changes.
virtual void NotifyManagerPropertyChanged() = 0;
@@ -103,6 +107,9 @@ class CHROMEOS_EXPORT ShillPropertyHandler
bool enabled,
const network_handler::ErrorCallback& error_callback);
+ // Sets the list of devices on which portal check is enabled.
+ void SetCheckPortalList(const std::string& check_portal_list);
+
// Requests an immediate network scan.
void RequestScan() const;
« no previous file with comments | « chromeos/network/network_state_handler.cc ('k') | chromeos/network/shill_property_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698