summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorstevenjb <stevenjb@chromium.org>2015-03-30 19:08:52 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-31 02:09:27 +0000
commitd812b831fcee2b5eceffd9ecc62d37402874470c (patch)
treef6b618453b8c0561c0730b715c23a88f102708a7 /extensions
parent06e9c59386c08f791a21a80876f7b14b7d493f4e (diff)
downloadchromium_src-d812b831fcee2b5eceffd9ecc62d37402874470c.zip
chromium_src-d812b831fcee2b5eceffd9ecc62d37402874470c.tar.gz
chromium_src-d812b831fcee2b5eceffd9ecc62d37402874470c.tar.bz2
Call Device.SetCarrier when the ONC Carrier property is specified.
BUG=464036 For minor change to .idl: TBR=asargent@chromium.org Review URL: https://codereview.chromium.org/1028243007 Cr-Commit-Position: refs/heads/master@{#322951}
Diffstat (limited to 'extensions')
-rw-r--r--extensions/common/api/networking_private.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/common/api/networking_private.idl b/extensions/common/api/networking_private.idl
index e10583a..3173fb0 100644
--- a/extensions/common/api/networking_private.idl
+++ b/extensions/common/api/networking_private.idl
@@ -60,6 +60,11 @@ namespace networkingPrivate {
dictionary CellularConfigProperties {
boolean? AutoConnect;
APNProperties? APN;
+
+ // Specifies which carrier to use for Cellular configurations that support
+ // multiple carriers. May be set with $(ref:setProperties), but will be
+ // ignored by $(ref:createConfiguration).
+ DOMString? Carrier;
};
dictionary CellularStateProperties {