| Index: trunk/src/chromeos/network/network_state_handler.h
|
| ===================================================================
|
| --- trunk/src/chromeos/network/network_state_handler.h (revision 193742)
|
| +++ trunk/src/chromeos/network/network_state_handler.h (working copy)
|
| @@ -173,10 +173,6 @@
|
| virtual void UpdateManagedList(ManagedState::ManagedType type,
|
| const base::ListValue& entries) OVERRIDE;
|
|
|
| - // The list of profiles changed (i.e. a user has logged in). Re-request
|
| - // properties for all services since they may have changed.
|
| - virtual void ProfileListChanged();
|
| -
|
| // Parses the properties for the network service or device. Mostly calls
|
| // managed->PropertyChanged(key, value) for each dictionary entry.
|
| virtual void UpdateManagedStateProperties(
|
|
|