diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-10 04:59:33 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-10 04:59:33 +0000 |
commit | d2177996db8711c972258e43d70ed90252170441 (patch) | |
tree | b1b429d627c690cae7592dad0381e42119537917 /chrome/common/policy_constants.h | |
parent | 579d1d72c29c72735a6decf2e6f5759809d74d75 (diff) | |
download | chromium_src-d2177996db8711c972258e43d70ed90252170441.zip chromium_src-d2177996db8711c972258e43d70ed90252170441.tar.gz chromium_src-d2177996db8711c972258e43d70ed90252170441.tar.bz2 |
Add policy support for Chrome Frame. New Chrome Frame messages added to th json and grd files that are used to generate the policy templates.
Added matching constants for the policy elements to the policy_constants files.
Added support for a new template value, $3, that represents the Chrome Frame product name in policy templates.
TEST=none
BUG=29349
Review URL: http://codereview.chromium.org/3325011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59050 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/policy_constants.h')
-rw-r--r-- | chrome/common/policy_constants.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/policy_constants.h b/chrome/common/policy_constants.h index 252077a..1e775b0 100644 --- a/chrome/common/policy_constants.h +++ b/chrome/common/policy_constants.h @@ -42,6 +42,11 @@ extern const char kExtensionInstallDenyList[]; extern const char kShowHomeButton[]; extern const char kPrintingEnabled[]; +// Chrome Frame specific policy constants +extern const char kChromeFrameRendererSettings[]; +extern const char kRenderInChromeFrameList[]; +extern const char kRenderInHostList[]; + } // namespace key } // namespace policy |