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

Side by Side Diff: chromeos/network/onc/onc_constants.cc

Issue 11299236: This moves the ONC parsing code into chromeos/network/onc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit tests Created 8 years 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 | « chromeos/network/onc/onc_constants.h ('k') | chromeos/network/onc/onc_mapper.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "chrome/browser/chromeos/cros/onc_constants.h" 5 #include "chromeos/network/onc/onc_constants.h"
6 6
7 namespace chromeos { 7 namespace chromeos {
8 8
9 // Constants for ONC properties. 9 // Constants for ONC properties.
10 namespace onc { 10 namespace onc {
11 11
12 // Top Level ONC 12 // Top Level ONC
13 const char kCertificates[] = "Certificates"; 13 const char kCertificates[] = "Certificates";
14 const char kEncryptedConfiguration[] = "EncryptedConfiguration"; 14 const char kEncryptedConfiguration[] = "EncryptedConfiguration";
15 const char kNetworkConfigurations[] = "NetworkConfigurations"; 15 const char kNetworkConfigurations[] = "NetworkConfigurations";
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 } // namespace proxy 195 } // namespace proxy
196 196
197 namespace substitutes { 197 namespace substitutes {
198 const char kLoginIDField[] = "${LOGIN_ID}"; 198 const char kLoginIDField[] = "${LOGIN_ID}";
199 const char kEmailField[] = "${LOGIN_EMAIL}"; 199 const char kEmailField[] = "${LOGIN_EMAIL}";
200 } // namespace substitutes 200 } // namespace substitutes
201 201
202 } // namespace onc 202 } // namespace onc
203 203
204 } // namespace chromeos 204 } // namespace chromeos
OLDNEW
« no previous file with comments | « chromeos/network/onc/onc_constants.h ('k') | chromeos/network/onc/onc_mapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698