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

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

Issue 285233008: Add MacAddress to ONC and networkingPrivate (Closed) Base URL: https://chromium.googlesource.com/chromium/src
Patch Set: Rebase 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
« no previous file with comments | « components/onc/onc_constants.h ('k') | components/wifi/fake_wifi_service.cc » ('j') | 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 19 matching lines...) Expand all
30 const char kType[] = "Type"; 30 const char kType[] = "Type";
31 const char kUnencryptedConfiguration[] = "UnencryptedConfiguration"; 31 const char kUnencryptedConfiguration[] = "UnencryptedConfiguration";
32 } // namespace toplevel_config 32 } // namespace toplevel_config
33 33
34 // Network Configuration 34 // Network Configuration
35 namespace network_config { 35 namespace network_config {
36 const char kCellular[] = "Cellular"; 36 const char kCellular[] = "Cellular";
37 const char kEthernet[] = "Ethernet"; 37 const char kEthernet[] = "Ethernet";
38 const char kGUID[] = "GUID"; 38 const char kGUID[] = "GUID";
39 const char kIPConfigs[] = "IPConfigs"; 39 const char kIPConfigs[] = "IPConfigs";
40 const char kMacAddress[] = "MacAddress";
40 const char kName[] = "Name"; 41 const char kName[] = "Name";
41 const char kNameServers[] = "NameServers"; 42 const char kNameServers[] = "NameServers";
42 const char kProxySettings[] = "ProxySettings"; 43 const char kProxySettings[] = "ProxySettings";
43 const char kSearchDomains[] = "SearchDomains"; 44 const char kSearchDomains[] = "SearchDomains";
44 const char kConnectionState[] = "ConnectionState"; 45 const char kConnectionState[] = "ConnectionState";
45 const char kConnectable[] = "Connectable"; 46 const char kConnectable[] = "Connectable";
46 const char kErrorState[] = "ErrorState"; 47 const char kErrorState[] = "ErrorState";
47 const char kType[] = "Type"; 48 const char kType[] = "Type";
48 const char kVPN[] = "VPN"; 49 const char kVPN[] = "VPN";
49 const char kWiFi[] = "WiFi"; 50 const char kWiFi[] = "WiFi";
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 const char kLoginIDField[] = "${LOGIN_ID}"; 322 const char kLoginIDField[] = "${LOGIN_ID}";
322 const char kEmailField[] = "${LOGIN_EMAIL}"; 323 const char kEmailField[] = "${LOGIN_EMAIL}";
323 } // namespace substitutes 324 } // namespace substitutes
324 325
325 namespace global_network_config { 326 namespace global_network_config {
326 const char kAllowOnlyPolicyNetworksToAutoconnect[] = 327 const char kAllowOnlyPolicyNetworksToAutoconnect[] =
327 "AllowOnlyPolicyNetworksToAutoconnect"; 328 "AllowOnlyPolicyNetworksToAutoconnect";
328 } // global_network_config 329 } // global_network_config
329 330
330 } // namespace onc 331 } // namespace onc
OLDNEW
« no previous file with comments | « components/onc/onc_constants.h ('k') | components/wifi/fake_wifi_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698