diff options
author | stevenjb <stevenjb@chromium.org> | 2015-02-12 10:37:27 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-12 18:38:01 +0000 |
commit | 18bd9ed409ae6d77f495ec82b66c81cb7e555c4c (patch) | |
tree | 73cfda7c0190db81980a47f8160c36af76f8bd18 /components/onc/onc_constants.h | |
parent | ef58460d8c1203f54f00cb28bb63090b4fe5ad28 (diff) | |
download | chromium_src-18bd9ed409ae6d77f495ec82b66c81cb7e555c4c.zip chromium_src-18bd9ed409ae6d77f495ec82b66c81cb7e555c4c.tar.gz chromium_src-18bd9ed409ae6d77f495ec82b66c81cb7e555c4c.tar.bz2 |
Add SignalStrength to Cellular ONC
BUG=455872
Review URL: https://codereview.chromium.org/917553002
Cr-Commit-Position: refs/heads/master@{#316005}
Diffstat (limited to 'components/onc/onc_constants.h')
-rw-r--r-- | components/onc/onc_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h index 25625d5..7d8f07e 100644 --- a/components/onc/onc_constants.h +++ b/components/onc/onc_constants.h @@ -137,6 +137,7 @@ ONC_EXPORT extern const char kRoamingState[]; ONC_EXPORT extern const char kHome[]; ONC_EXPORT extern const char kRoaming[]; ONC_EXPORT extern const char kServingOperator[]; +ONC_EXPORT extern const char kSignalStrength[]; ONC_EXPORT extern const char kSIMLockStatus[]; ONC_EXPORT extern const char kSIMPresent[]; ONC_EXPORT extern const char kSupportedCarriers[]; |