Chromium Code Reviews| Index: chrome/app/policy/policy_templates.json |
| =================================================================== |
| --- chrome/app/policy/policy_templates.json (revision 72320) |
| +++ chrome/app/policy/policy_templates.json (working copy) |
| @@ -206,6 +206,19 @@ |
| If this setting is disabled, web pages cannot use JavaScript.''', |
| }, |
| { |
| + 'name': 'IncognitoEnabled', |
| + 'type': 'main', |
| + 'supported_on': ['chrome.win:11-'], |
|
Mattias Nissler (ping if slow)
2011/01/25 09:33:43
what about mac and linux?
|
| + 'features': {'dynamic_refresh': 1}, |
| + 'example_value': True, |
| + 'caption': '''Enable Incognito mode''', |
| + 'desc': '''Enables Incognito mode in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. |
| + |
| + If this setting is enabled or not configured, users can open web pages in incognito mode. |
| + |
| + If this setting is disabled, users cannot open web pages in incognito mode.''', |
| + }, |
| + { |
| 'name': 'SavingBrowserHistoryDisabled', |
| 'type': 'main', |
| 'supported_on': ['chrome.*:8-'], |