summaryrefslogtreecommitdiffstats
path: root/components/onc/onc_constants.h
diff options
context:
space:
mode:
authorthieule@chromium.org <thieule@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-12 01:00:34 +0000
committerthieule@chromium.org <thieule@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-12 01:02:50 +0000
commit8bb063bc2ea2412146f86567957776fcb866a63d (patch)
treeb618acfae74fceab9e1d9cb47e312495caa366d5 /components/onc/onc_constants.h
parent43ebf82a66be875f5ea4be4fcec5930bddaed8e2 (diff)
downloadchromium_src-8bb063bc2ea2412146f86567957776fcb866a63d.zip
chromium_src-8bb063bc2ea2412146f86567957776fcb866a63d.tar.gz
chromium_src-8bb063bc2ea2412146f86567957776fcb866a63d.tar.bz2
Enable Verizon OTA activation.
Enables OTA activation using the old Wifi flow except it connects to the cellular network instead of requiring a Wifi connection. BUG=chromium:384185 TEST=Unit tests, manually activate SIM on CDMA and LTE Review URL: https://codereview.chromium.org/406473002 Cr-Commit-Position: refs/heads/master@{#288854} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/onc/onc_constants.h')
-rw-r--r--components/onc/onc_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/onc/onc_constants.h b/components/onc/onc_constants.h
index ca85a76..5db4c92 100644
--- a/components/onc/onc_constants.h
+++ b/components/onc/onc_constants.h
@@ -92,8 +92,8 @@ ONC_EXPORT extern const char kWireless[];
} // namespace network_type
namespace cellular {
-ONC_EXPORT extern const char kActivateOverNonCellularNetwork[];
ONC_EXPORT extern const char kActivationState[];
+ONC_EXPORT extern const char kActivationType[];
ONC_EXPORT extern const char kAllowRoaming[];
ONC_EXPORT extern const char kAPN[];
ONC_EXPORT extern const char kAPNList[];