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

Unified Diff: ui/webui/resources/cr_elements/network/cr_onc_types.js

Issue 2914053002: Settings: Network: Closure cleanup (Closed)
Patch Set: . Created 3 years, 7 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
« no previous file with comments | « chrome/browser/resources/settings/internet_page/network_summary_item.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/network/cr_onc_types.js
diff --git a/ui/webui/resources/cr_elements/network/cr_onc_types.js b/ui/webui/resources/cr_elements/network/cr_onc_types.js
index 82cf2703a732c91d32bdbc54bac43d5bb6d4c2f4..8382119b6d4a279f931e994b3fd10bff7331a077 100644
--- a/ui/webui/resources/cr_elements/network/cr_onc_types.js
+++ b/ui/webui/resources/cr_elements/network/cr_onc_types.js
@@ -71,6 +71,9 @@ CrOnc.APNProperties;
/** @typedef {chrome.networkingPrivate.CellularSimState} */
CrOnc.CellularSimState;
+/** @typedef {chrome.networkingPrivate.DeviceStateProperties} */
+CrOnc.DeviceStateProperties;
+
/** @typedef {chrome.networkingPrivate.IPConfigProperties} */
CrOnc.IPConfigProperties;
@@ -106,6 +109,9 @@ CrOnc.ActivationState = chrome.networkingPrivate.ActivationStateType;
/** @enum {string} */
CrOnc.ConnectionState = chrome.networkingPrivate.ConnectionStateType;
+/** @enum {string} */
+CrOnc.DeviceState = chrome.networkingPrivate.DeviceStateType;
+
/** @enum {string} */
CrOnc.IPConfigType = chrome.networkingPrivate.IPConfigType;
« no previous file with comments | « chrome/browser/resources/settings/internet_page/network_summary_item.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698