| Index: chromeos/network/managed_state.h
|
| diff --git a/chromeos/network/managed_state.h b/chromeos/network/managed_state.h
|
| index 28e647d21dd8ad32651ba241d93c4d7d4db83ec0..5fc39e0b4f258b970cf0e448d084f3bb344ea220 100644
|
| --- a/chromeos/network/managed_state.h
|
| +++ b/chromeos/network/managed_state.h
|
| @@ -19,7 +19,6 @@ class DictionaryValue;
|
| namespace chromeos {
|
|
|
| class DeviceState;
|
| -class FavoriteState;
|
| class NetworkState;
|
| class NetworkTypePattern;
|
|
|
| @@ -29,7 +28,6 @@ class CHROMEOS_EXPORT ManagedState {
|
| public:
|
| enum ManagedType {
|
| MANAGED_TYPE_NETWORK,
|
| - MANAGED_TYPE_FAVORITE,
|
| MANAGED_TYPE_DEVICE
|
| };
|
|
|
| @@ -43,7 +41,6 @@ class CHROMEOS_EXPORT ManagedState {
|
| // NULL if it is not.
|
| NetworkState* AsNetworkState();
|
| DeviceState* AsDeviceState();
|
| - FavoriteState* AsFavoriteState();
|
|
|
| // Called by NetworkStateHandler when a property was received. The return
|
| // value indicates if the state changed and is used to reduce the number of
|
|
|