| 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,
|
|
|