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

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

Issue 12676017: Adding policy support to the new network configuration stack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed clang errors. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chromeos/network/onc/onc_constants.h ('k') | chromeos/network/onc/onc_merger.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 "chromeos/network/onc/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 const char kAugmentationActiveSetting[] = "Active";
12 const char kAugmentationEffectiveSetting[] = "Effective"; 13 const char kAugmentationEffectiveSetting[] = "Effective";
14 const char kAugmentationUnmanaged[] = "Unmanaged";
13 const char kAugmentationUserPolicy[] = "UserPolicy"; 15 const char kAugmentationUserPolicy[] = "UserPolicy";
14 const char kAugmentationDevicePolicy[] = "DevicePolicy"; 16 const char kAugmentationDevicePolicy[] = "DevicePolicy";
15 const char kAugmentationUserSetting[] = "UserSetting"; 17 const char kAugmentationUserSetting[] = "UserSetting";
16 const char kAugmentationSharedSetting[] = "SharedSetting"; 18 const char kAugmentationSharedSetting[] = "SharedSetting";
17 const char kAugmentationUserEditable[] = "UserEditable"; 19 const char kAugmentationUserEditable[] = "UserEditable";
18 const char kAugmentationDeviceEditable[] = "DeviceEditable"; 20 const char kAugmentationDeviceEditable[] = "DeviceEditable";
19 21
20 // Common keys/values. 22 // Common keys/values.
21 const char kRecommended[] = "Recommended"; 23 const char kRecommended[] = "Recommended";
22 const char kRemove[] = "Remove"; 24 const char kRemove[] = "Remove";
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 } // namespace proxy 263 } // namespace proxy
262 264
263 namespace substitutes { 265 namespace substitutes {
264 const char kLoginIDField[] = "${LOGIN_ID}"; 266 const char kLoginIDField[] = "${LOGIN_ID}";
265 const char kEmailField[] = "${LOGIN_EMAIL}"; 267 const char kEmailField[] = "${LOGIN_EMAIL}";
266 } // namespace substitutes 268 } // namespace substitutes
267 269
268 } // namespace onc 270 } // namespace onc
269 271
270 } // namespace chromeos 272 } // namespace chromeos
OLDNEW
« no previous file with comments | « chromeos/network/onc/onc_constants.h ('k') | chromeos/network/onc/onc_merger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698