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

Side by Side Diff: chrome/common/policy_constants.cc

Issue 6045003: (Re-landing http://codereview.chromium.org/5991003) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 | « chrome/common/policy_constants.h ('k') | chrome/common/pref_names.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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/common/policy_constants.h" 5 #include "chrome/common/policy_constants.h"
6 6
7 namespace policy { 7 namespace policy {
8 8
9 #if defined(OS_WIN) 9 #if defined(OS_WIN)
10 #if defined(GOOGLE_CHROME_BUILD) 10 #if defined(GOOGLE_CHROME_BUILD)
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 const char kDefaultPopupsSetting[] = "DefaultPopupsSetting"; 64 const char kDefaultPopupsSetting[] = "DefaultPopupsSetting";
65 const char kDefaultNotificationSetting[] = "DefaultNotificationSetting"; 65 const char kDefaultNotificationSetting[] = "DefaultNotificationSetting";
66 const char kDefaultGeolocationSetting[] = "DefaultGeolocationSetting"; 66 const char kDefaultGeolocationSetting[] = "DefaultGeolocationSetting";
67 const char kAuthSchemes[] = "AuthSchemes"; 67 const char kAuthSchemes[] = "AuthSchemes";
68 const char kDisableAuthNegotiateCnameLookup[] = 68 const char kDisableAuthNegotiateCnameLookup[] =
69 "DisableAuthNegotiateCnameLookup"; 69 "DisableAuthNegotiateCnameLookup";
70 const char kEnableAuthNegotiatePort[] = "EnableAuthNegotiatePort"; 70 const char kEnableAuthNegotiatePort[] = "EnableAuthNegotiatePort";
71 const char kAuthServerWhitelist[] = "AuthServerWhitelist"; 71 const char kAuthServerWhitelist[] = "AuthServerWhitelist";
72 const char kAuthNegotiateDelegateWhitelist[] = "AuthNegotiateDelegateWhitelist"; 72 const char kAuthNegotiateDelegateWhitelist[] = "AuthNegotiateDelegateWhitelist";
73 const char kGSSAPILibraryName[] = "GSSAPILibraryName"; 73 const char kGSSAPILibraryName[] = "GSSAPILibraryName";
74 const char kDisable3DAPIs[] = "Disable3DAPIs";
74 75
75 // Chrome Frame specific policy constants 76 // Chrome Frame specific policy constants
76 const char kChromeFrameRendererSettings[] = "ChromeFrameRendererSettings"; 77 const char kChromeFrameRendererSettings[] = "ChromeFrameRendererSettings";
77 const char kRenderInChromeFrameList[] = "RenderInChromeFrameList"; 78 const char kRenderInChromeFrameList[] = "RenderInChromeFrameList";
78 const char kRenderInHostList[] = "RenderInHostList"; 79 const char kRenderInHostList[] = "RenderInHostList";
79 const char kChromeFrameContentTypes[] = "ChromeFrameContentTypes"; 80 const char kChromeFrameContentTypes[] = "ChromeFrameContentTypes";
80 81
81 #if defined(OS_CHROMEOS) 82 #if defined(OS_CHROMEOS)
82 // ChromeOS policy constants 83 // ChromeOS policy constants
83 const char kChromeOsLockOnIdleSuspend[] = "ChromeOsLockOnIdleSuspend"; 84 const char kChromeOsLockOnIdleSuspend[] = "ChromeOsLockOnIdleSuspend";
84 #endif 85 #endif
85 86
86 } // namespace key 87 } // namespace key
87 88
88 } // namespace policy 89 } // namespace policy
OLDNEW
« no previous file with comments | « chrome/common/policy_constants.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698