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

Side by Side Diff: chrome/browser/policy/cloud/cloud_policy_constants.cc

Issue 12189011: Split up chrome/browser/policy subdirectory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, add chrome/browser/chromeos/policy/OWNERS Created 7 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 | Annotate | Revision Log
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/policy/cloud_policy_constants.h" 5 #include "chrome/browser/policy/cloud/cloud_policy_constants.h"
6 6
7 namespace policy { 7 namespace policy {
8 8
9 // Constants related to the device management protocol. 9 // Constants related to the device management protocol.
10 namespace dm_protocol { 10 namespace dm_protocol {
11 11
12 // Name constants for URL query parameters. 12 // Name constants for URL query parameters.
13 const char kParamAgent[] = "agent"; 13 const char kParamAgent[] = "agent";
14 const char kParamAppType[] = "apptype"; 14 const char kParamAppType[] = "apptype";
15 const char kParamDeviceID[] = "deviceid"; 15 const char kParamDeviceID[] = "deviceid";
(...skipping 18 matching lines...) Expand all
34 const char kChromeUserPolicyType[] = "google/chromeos/user"; 34 const char kChromeUserPolicyType[] = "google/chromeos/user";
35 #else 35 #else
36 const char kChromeUserPolicyType[] = "google/chrome/user"; 36 const char kChromeUserPolicyType[] = "google/chrome/user";
37 #endif 37 #endif
38 const char kChromePublicAccountPolicyType[] = "google/chromeos/publicaccount"; 38 const char kChromePublicAccountPolicyType[] = "google/chromeos/publicaccount";
39 const char kChromeExtensionPolicyType[] = "google/chrome/extension"; 39 const char kChromeExtensionPolicyType[] = "google/chrome/extension";
40 40
41 } // namespace dm_protocol 41 } // namespace dm_protocol
42 42
43 } // namespace policy 43 } // namespace policy
OLDNEW
« no previous file with comments | « chrome/browser/policy/cloud/cloud_policy_constants.h ('k') | chrome/browser/policy/cloud/cloud_policy_core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698