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

Unified Diff: components/onc/onc_constants.h

Issue 1059033002: Implement networkingPrivate.getDeviceStates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 5 years, 8 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
Index: components/onc/onc_constants.h
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index 718a1d0a9d88a8514a07e63a4dab9dbcf3883e6e..355925835a1d1015e893730f43a5ba0490ba9543 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -417,6 +417,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_

Powered by Google App Engine
This is Rietveld 408576698