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

Unified Diff: extensions/common/api/networking_private.idl

Issue 2847453002: [CrOS Tether] Remove the ManagedTetherProperties dictionary. (Closed)
Patch Set: Fixed broken OncValidator test. Created 3 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
« no previous file with comments | « chromeos/network/onc/onc_validator.cc ('k') | third_party/closure_compiler/externs/networking_private.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/networking_private.idl
diff --git a/extensions/common/api/networking_private.idl b/extensions/common/api/networking_private.idl
index 4e3be9bd884ab04a4e8372fadc2dc1a65d2aa469..eb2d7bb3bd92057cffb1ffa4cf379ba06bf48539 100644
--- a/extensions/common/api/networking_private.idl
+++ b/extensions/common/api/networking_private.idl
@@ -586,12 +586,6 @@ namespace networkingPrivate {
long? SignalStrength;
};
- dictionary ManagedTetherProperties {
- ManagedLong? BatteryPercentage;
- ManagedDOMString? Carrier;
- ManagedLong? SignalStrength;
- };
-
dictionary VPNProperties {
boolean? AutoConnect;
DOMString? Host;
@@ -732,7 +726,7 @@ namespace networkingPrivate {
ManagedIPConfigProperties? StaticIPConfig;
IPConfigProperties? SavedIPConfig;
DOMString? Source;
- ManagedTetherProperties? Tether;
+ TetherProperties? Tether;
NetworkType Type;
ManagedVPNProperties? VPN;
ManagedWiFiProperties? WiFi;
« no previous file with comments | « chromeos/network/onc/onc_validator.cc ('k') | third_party/closure_compiler/externs/networking_private.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698