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

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: . Created 5 years, 9 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 const char kLoginIDField[] = "${LOGIN_ID}"; 384 const char kLoginIDField[] = "${LOGIN_ID}";
384 const char kEmailField[] = "${LOGIN_EMAIL}"; 385 const char kEmailField[] = "${LOGIN_EMAIL}";
385 } // namespace substitutes 386 } // namespace substitutes
386 387
387 namespace global_network_config { 388 namespace global_network_config {
388 const char kAllowOnlyPolicyNetworksToAutoconnect[] = 389 const char kAllowOnlyPolicyNetworksToAutoconnect[] =
389 "AllowOnlyPolicyNetworksToAutoconnect"; 390 "AllowOnlyPolicyNetworksToAutoconnect";
390 } // global_network_config 391 } // global_network_config
391 392
392 } // namespace onc 393 } // namespace onc
OLDNEW
« chromeos/network/onc/onc_signature.cc ('K') | « components/onc/onc_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698