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

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

Issue 5991003: Added group policy for disabling all client-side 3D APIs in Chromium... (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/chrome_switches.cc ('k') | chrome/common/policy_constants.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 (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 #ifndef CHROME_COMMON_POLICY_CONSTANTS_H_ 5 #ifndef CHROME_COMMON_POLICY_CONSTANTS_H_
6 #define CHROME_COMMON_POLICY_CONSTANTS_H_ 6 #define CHROME_COMMON_POLICY_CONSTANTS_H_
7 #pragma once 7 #pragma once
8 8
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 10
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 extern const char kDefaultImagesSetting[]; 58 extern const char kDefaultImagesSetting[];
59 extern const char kDefaultJavaScriptSetting[]; 59 extern const char kDefaultJavaScriptSetting[];
60 extern const char kDefaultPluginsSetting[]; 60 extern const char kDefaultPluginsSetting[];
61 extern const char kDefaultPopupsSetting[]; 61 extern const char kDefaultPopupsSetting[];
62 extern const char kAuthSchemes[]; 62 extern const char kAuthSchemes[];
63 extern const char kDisableAuthNegotiateCnameLookup[]; 63 extern const char kDisableAuthNegotiateCnameLookup[];
64 extern const char kEnableAuthNegotiatePort[]; 64 extern const char kEnableAuthNegotiatePort[];
65 extern const char kAuthServerWhitelist[]; 65 extern const char kAuthServerWhitelist[];
66 extern const char kAuthNegotiateDelegateWhitelist[]; 66 extern const char kAuthNegotiateDelegateWhitelist[];
67 extern const char kGSSAPILibraryName[]; 67 extern const char kGSSAPILibraryName[];
68 extern const char kDisable3DAPIs[];
68 69
69 // Chrome Frame specific policy constants 70 // Chrome Frame specific policy constants
70 extern const char kChromeFrameRendererSettings[]; 71 extern const char kChromeFrameRendererSettings[];
71 extern const char kRenderInChromeFrameList[]; 72 extern const char kRenderInChromeFrameList[];
72 extern const char kRenderInHostList[]; 73 extern const char kRenderInHostList[];
73 extern const char kChromeFrameContentTypes[]; 74 extern const char kChromeFrameContentTypes[];
74 75
75 #if defined(OS_CHROMEOS) 76 #if defined(OS_CHROMEOS)
76 // ChromeOS policy constants 77 // ChromeOS policy constants
77 extern const char kChromeOsLockOnIdleSuspend[]; 78 extern const char kChromeOsLockOnIdleSuspend[];
78 #endif 79 #endif
79 80
80 } // namespace key 81 } // namespace key
81 82
82 } // namespace policy 83 } // namespace policy
83 84
84 #endif // CHROME_COMMON_POLICY_CONSTANTS_H_ 85 #endif // CHROME_COMMON_POLICY_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/policy_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698