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

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

Issue 6079012: Allow policy refresh rate to be configured through policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows build. Created 9 years, 11 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) 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 extern const char kDefaultPopupsSetting[]; 61 extern const char kDefaultPopupsSetting[];
62 extern const char kDefaultNotificationSetting[]; 62 extern const char kDefaultNotificationSetting[];
63 extern const char kDefaultGeolocationSetting[]; 63 extern const char kDefaultGeolocationSetting[];
64 extern const char kAuthSchemes[]; 64 extern const char kAuthSchemes[];
65 extern const char kDisableAuthNegotiateCnameLookup[]; 65 extern const char kDisableAuthNegotiateCnameLookup[];
66 extern const char kEnableAuthNegotiatePort[]; 66 extern const char kEnableAuthNegotiatePort[];
67 extern const char kAuthServerWhitelist[]; 67 extern const char kAuthServerWhitelist[];
68 extern const char kAuthNegotiateDelegateWhitelist[]; 68 extern const char kAuthNegotiateDelegateWhitelist[];
69 extern const char kGSSAPILibraryName[]; 69 extern const char kGSSAPILibraryName[];
70 extern const char kDisable3DAPIs[]; 70 extern const char kDisable3DAPIs[];
71 extern const char kPolicyRefreshRate[];
71 72
72 // Chrome Frame specific policy constants 73 // Chrome Frame specific policy constants
73 extern const char kChromeFrameRendererSettings[]; 74 extern const char kChromeFrameRendererSettings[];
74 extern const char kRenderInChromeFrameList[]; 75 extern const char kRenderInChromeFrameList[];
75 extern const char kRenderInHostList[]; 76 extern const char kRenderInHostList[];
76 extern const char kChromeFrameContentTypes[]; 77 extern const char kChromeFrameContentTypes[];
77 78
78 #if defined(OS_CHROMEOS) 79 #if defined(OS_CHROMEOS)
79 // ChromeOS policy constants 80 // ChromeOS policy constants
80 extern const char kChromeOsLockOnIdleSuspend[]; 81 extern const char kChromeOsLockOnIdleSuspend[];
81 #endif 82 #endif
82 83
83 } // namespace key 84 } // namespace key
84 85
85 } // namespace policy 86 } // namespace policy
86 87
87 #endif // CHROME_COMMON_POLICY_CONSTANTS_H_ 88 #endif // CHROME_COMMON_POLICY_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698