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

Side by Side Diff: chrome/browser/policy/configuration_policy_store_interface.h

Issue 5398001: Allow default desktop content settings to be managed via policy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove Cocoa UI-changes 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
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_BROWSER_POLICY_CONFIGURATION_POLICY_STORE_INTERFACE_H_ 5 #ifndef CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_STORE_INTERFACE_H_
6 #define CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_STORE_INTERFACE_H_ 6 #define CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_STORE_INTERFACE_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 10
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 kPolicyRenderInHostList, 49 kPolicyRenderInHostList,
50 kPolicyJavascriptEnabled, 50 kPolicyJavascriptEnabled,
51 kPolicySavingBrowserHistoryDisabled, 51 kPolicySavingBrowserHistoryDisabled,
52 kPolicyDeveloperToolsDisabled, 52 kPolicyDeveloperToolsDisabled,
53 kPolicyBlockThirdPartyCookies, 53 kPolicyBlockThirdPartyCookies,
54 kPolicyDefaultCookiesSetting, 54 kPolicyDefaultCookiesSetting,
55 kPolicyDefaultImagesSetting, 55 kPolicyDefaultImagesSetting,
56 kPolicyDefaultJavaScriptSetting, 56 kPolicyDefaultJavaScriptSetting,
57 kPolicyDefaultPluginsSetting, 57 kPolicyDefaultPluginsSetting,
58 kPolicyDefaultPopupsSetting, 58 kPolicyDefaultPopupsSetting,
59 kPolicyDefaultNotificationSetting,
60 kPolicyDefaultGeolocationSetting,
59 kPolicyExtensionInstallForceList, 61 kPolicyExtensionInstallForceList,
60 kPolicyChromeOsLockOnIdleSuspend, 62 kPolicyChromeOsLockOnIdleSuspend,
61 kPolicyAuthSchemes, 63 kPolicyAuthSchemes,
62 kPolicyDisableAuthNegotiateCnameLookup, 64 kPolicyDisableAuthNegotiateCnameLookup,
63 kPolicyEnableAuthNegotiatePort, 65 kPolicyEnableAuthNegotiatePort,
64 kPolicyAuthServerWhitelist, 66 kPolicyAuthServerWhitelist,
65 kPolicyAuthNegotiateDelegateWhitelist, 67 kPolicyAuthNegotiateDelegateWhitelist,
66 kPolicyGSSAPILibraryName, 68 kPolicyGSSAPILibraryName,
67 }; 69 };
68 70
(...skipping 16 matching lines...) Expand all
85 protected: 87 protected:
86 ConfigurationPolicyStoreInterface() {} 88 ConfigurationPolicyStoreInterface() {}
87 89
88 private: 90 private:
89 DISALLOW_COPY_AND_ASSIGN(ConfigurationPolicyStoreInterface); 91 DISALLOW_COPY_AND_ASSIGN(ConfigurationPolicyStoreInterface);
90 }; 92 };
91 93
92 } // namespace policy 94 } // namespace policy
93 95
94 #endif // CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_STORE_INTERFACE_H_ 96 #endif // CHROME_BROWSER_POLICY_CONFIGURATION_POLICY_STORE_INTERFACE_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/configuration_policy_pref_store.cc ('k') | chrome/browser/resources/options/content_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698