summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.cc
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 /components/onc/onc_constants.cc
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 'components/onc/onc_constants.cc')
-rw-r--r--components/onc/onc_constants.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
index 41510b5..1f6b43a 100644
--- a/components/onc/onc_constants.cc
+++ b/components/onc/onc_constants.cc
@@ -90,6 +90,7 @@ namespace cellular {
const char kActivationState[] = "ActivationState";
const char kActivated[] = "Activated";
const char kActivating[] = "Activating";
+const char kAutoConnect[] = "AutoConnect";
const char kNotActivated[] = "NotActivated";
const char kPartiallyActivated[] = "PartiallyActivated";
const char kActivationType[] = "ActivationType";