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

Unified Diff: chromeos/network/shill_property_handler.h

Issue 14876021: Re-factor network_event_log (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address final nits 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/onc/onc_certificate_importer.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 33627ef1d7123ae03aa10eca4d6efe46445fbf25..eea30fd85ef2ed93d2933ab390e3fe54f553ce36 100644
--- a/chromeos/network/shill_property_handler.h
+++ b/chromeos/network/shill_property_handler.h
@@ -73,7 +73,7 @@ class CHROMEOS_EXPORT ShillPropertyHandler
// Called when one or more manager properties (e.g. a technology list)
// changes.
- virtual void ManagerPropertyChanged() = 0;
+ virtual void NotifyManagerPropertyChanged() = 0;
// Called when a managed state list has changed, after properties for any
// new entries in the list have been received and
@@ -128,7 +128,8 @@ class CHROMEOS_EXPORT ShillPropertyHandler
const base::DictionaryValue& properties);
// Called form OnPropertyChanged() and ManagerPropertiesCallback().
// Returns true if observers should be notified.
- bool ManagerPropertyChanged(const std::string& key, const base::Value& value);
+ bool ManagerPropertyChanged(const std::string& key,
+ const base::Value& value);
// Updates the Shill property observers to observe any entries for |type|.
void UpdateObserved(ManagedState::ManagedType type,
« no previous file with comments | « chromeos/network/onc/onc_certificate_importer.cc ('k') | chromeos/network/shill_property_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698