| Index: chrome/common/policy_constants.cc
|
| ===================================================================
|
| --- chrome/common/policy_constants.cc (revision 58687)
|
| +++ chrome/common/policy_constants.cc (working copy)
|
| @@ -38,6 +38,11 @@
|
| const char kExtensionInstallDenyList[] = "ExtensionInstallBlacklist";
|
| const char kShowHomeButton[] = "ShowHomeButton";
|
|
|
| +// Chrome Frame specific policy constants
|
| +const char kChromeFrameRendererSettings[] = "ChromeFrameRendererSettings";
|
| +const char kRenderInChromeFrameList[] = "RenderInChromeFrameList";
|
| +const char kRenderInHostList[] = "RenderInHostList";
|
| +
|
| } // namespace key
|
|
|
| } // namespace policy
|
|
|