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

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

Issue 249193003: Add Shill to ONC translation of IPConfig. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « components/onc/onc_constants.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 const char kEAP[] = "EAP"; 125 const char kEAP[] = "EAP";
126 const char kNone[] = "None"; 126 const char kNone[] = "None";
127 const char k8021X[] = "8021X"; 127 const char k8021X[] = "8021X";
128 } // namespace ethernet 128 } // namespace ethernet
129 129
130 namespace ipconfig { 130 namespace ipconfig {
131 const char kGateway[] = "Gateway"; 131 const char kGateway[] = "Gateway";
132 const char kIPAddress[] = "IPAddress"; 132 const char kIPAddress[] = "IPAddress";
133 const char kIPv4[] = "IPv4"; 133 const char kIPv4[] = "IPv4";
134 const char kIPv6[] = "IPv6"; 134 const char kIPv6[] = "IPv6";
135 const char kNameServers[] = "NameServers";
135 const char kRoutingPrefix[] = "RoutingPrefix"; 136 const char kRoutingPrefix[] = "RoutingPrefix";
136 const char kType[] = "Type"; 137 const char kType[] = "Type";
137 } // namespace ipconfig 138 } // namespace ipconfig
138 139
139 namespace wifi { 140 namespace wifi {
140 const char kAutoConnect[] = "AutoConnect"; 141 const char kAutoConnect[] = "AutoConnect";
141 const char kBSSID[] = "BSSID"; 142 const char kBSSID[] = "BSSID";
142 const char kEAP[] = "EAP"; 143 const char kEAP[] = "EAP";
143 const char kFrequency[] = "Frequency"; 144 const char kFrequency[] = "Frequency";
144 const char kFrequencyList[] = "FrequencyList"; 145 const char kFrequencyList[] = "FrequencyList";
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 const char kLoginIDField[] = "${LOGIN_ID}"; 317 const char kLoginIDField[] = "${LOGIN_ID}";
317 const char kEmailField[] = "${LOGIN_EMAIL}"; 318 const char kEmailField[] = "${LOGIN_EMAIL}";
318 } // namespace substitutes 319 } // namespace substitutes
319 320
320 namespace global_network_config { 321 namespace global_network_config {
321 const char kAllowOnlyPolicyNetworksToAutoconnect[] = 322 const char kAllowOnlyPolicyNetworksToAutoconnect[] =
322 "AllowOnlyPolicyNetworksToAutoconnect"; 323 "AllowOnlyPolicyNetworksToAutoconnect";
323 } // global_network_config 324 } // global_network_config
324 325
325 } // namespace onc 326 } // namespace onc
OLDNEW
« no previous file with comments | « components/onc/onc_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698