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

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

Issue 3354006: Adding policy settings for Chrome Frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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 #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 20 matching lines...) Expand all
31 const char kMetricsReportingEnabled[] = "MetricsReportingEnabled"; 31 const char kMetricsReportingEnabled[] = "MetricsReportingEnabled";
32 const char kPasswordManagerEnabled[] = "PasswordManagerEnabled"; 32 const char kPasswordManagerEnabled[] = "PasswordManagerEnabled";
33 const char kDisabledPlugins[] = "DisabledPlugins"; 33 const char kDisabledPlugins[] = "DisabledPlugins";
34 const char kAutoFillEnabled[] = "AutoFillEnabled"; 34 const char kAutoFillEnabled[] = "AutoFillEnabled";
35 const char kApplicationLocaleValue[] = "ApplicationLocaleValue"; 35 const char kApplicationLocaleValue[] = "ApplicationLocaleValue";
36 const char kSyncDisabled[] = "SyncDisabled"; 36 const char kSyncDisabled[] = "SyncDisabled";
37 const char kExtensionInstallAllowList[] = "ExtensionInstallWhitelist"; 37 const char kExtensionInstallAllowList[] = "ExtensionInstallWhitelist";
38 const char kExtensionInstallDenyList[] = "ExtensionInstallBlacklist"; 38 const char kExtensionInstallDenyList[] = "ExtensionInstallBlacklist";
39 const char kShowHomeButton[] = "ShowHomeButton"; 39 const char kShowHomeButton[] = "ShowHomeButton";
40 40
41 // Chrome Frame specific policy constants
42 const char kChromeFrameRendererSettings[] = "ChromeFrameRendererSettings";
43 const char kRenderInChromeFrameList[] = "RenderInChromeFrameList";
44 const char kRenderInHostList[] = "RenderInHostList";
45
41 } // namespace key 46 } // namespace key
42 47
43 } // namespace policy 48 } // namespace policy
OLDNEW
« chrome/app/policy/policy_templates.json ('K') | « chrome/common/policy_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698