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

Side by Side Diff: components/onc/onc_constants.cc

Issue 1028243007: Call Device.SetCarrier when the ONC Carrier property is specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onc_clang
Patch Set: Fix components_unittests Created 5 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/onc/onc_constants.h" 5 #include "components/onc/onc_constants.h"
6 6
7 // Constants for ONC properties. 7 // Constants for ONC properties.
8 namespace onc { 8 namespace onc {
9 9
10 const char kAugmentationActiveSetting[] = "Active"; 10 const char kAugmentationActiveSetting[] = "Active";
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 const char kVPN[] = "VPN"; 83 const char kVPN[] = "VPN";
84 const char kWiFi[] = "WiFi"; 84 const char kWiFi[] = "WiFi";
85 const char kWimax[] = "WiMAX"; 85 const char kWimax[] = "WiMAX";
86 const char kWireless[] = "Wireless"; 86 const char kWireless[] = "Wireless";
87 } // namespace network_type 87 } // namespace network_type
88 88
89 namespace cellular { 89 namespace cellular {
90 const char kActivationState[] = "ActivationState"; 90 const char kActivationState[] = "ActivationState";
91 const char kActivated[] = "Activated"; 91 const char kActivated[] = "Activated";
92 const char kActivating[] = "Activating"; 92 const char kActivating[] = "Activating";
93 const char kAutoConnect[] = "AutoConnect";
93 const char kNotActivated[] = "NotActivated"; 94 const char kNotActivated[] = "NotActivated";
94 const char kPartiallyActivated[] = "PartiallyActivated"; 95 const char kPartiallyActivated[] = "PartiallyActivated";
95 const char kActivationType[] = "ActivationType"; 96 const char kActivationType[] = "ActivationType";
96 const char kAllowRoaming[] = "AllowRoaming"; 97 const char kAllowRoaming[] = "AllowRoaming";
97 const char kAPN[] = "APN"; 98 const char kAPN[] = "APN";
98 const char kAPNList[] = "APNList"; 99 const char kAPNList[] = "APNList";
99 const char kCarrier[] = "Carrier"; 100 const char kCarrier[] = "Carrier";
100 const char kESN[] = "ESN"; 101 const char kESN[] = "ESN";
101 const char kFamily[] = "Family"; 102 const char kFamily[] = "Family";
102 const char kFirmwareRevision[] = "FirmwareRevision"; 103 const char kFirmwareRevision[] = "FirmwareRevision";
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 const char kLoginIDField[] = "${LOGIN_ID}"; 394 const char kLoginIDField[] = "${LOGIN_ID}";
394 const char kEmailField[] = "${LOGIN_EMAIL}"; 395 const char kEmailField[] = "${LOGIN_EMAIL}";
395 } // namespace substitutes 396 } // namespace substitutes
396 397
397 namespace global_network_config { 398 namespace global_network_config {
398 const char kAllowOnlyPolicyNetworksToAutoconnect[] = 399 const char kAllowOnlyPolicyNetworksToAutoconnect[] =
399 "AllowOnlyPolicyNetworksToAutoconnect"; 400 "AllowOnlyPolicyNetworksToAutoconnect";
400 } // global_network_config 401 } // global_network_config
401 402
402 } // namespace onc 403 } // namespace onc
OLDNEW
« no previous file with comments | « components/onc/onc_constants.h ('k') | components/wifi_sync/wifi_config_delegate_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698