| Index: components/onc/onc_constants.h
|
| diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
|
| index 4e8f0a5ee0ce80d09dcb956dd54b248bfdde99ba..06c7ad092478eeee0429434e98bc16ac23a792f1 100644
|
| --- a/components/onc/onc_constants.h
|
| +++ b/components/onc/onc_constants.h
|
| @@ -431,6 +431,13 @@ namespace global_network_config {
|
| ONC_EXPORT extern const char kAllowOnlyPolicyNetworksToAutoconnect[];
|
| } // global_network_config
|
|
|
| +namespace device_state {
|
| +ONC_EXPORT extern const char kUninitialized[];
|
| +ONC_EXPORT extern const char kDisabled[];
|
| +ONC_EXPORT extern const char kEnabling[];
|
| +ONC_EXPORT extern const char kEnabled[];
|
| +} // device_state
|
| +
|
| } // namespace onc
|
|
|
| #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_
|
|
|