Chromium Code Reviews| Index: chrome/app/policy/policy_templates.json |
| =================================================================== |
| --- chrome/app/policy/policy_templates.json (revision 72113) |
| +++ chrome/app/policy/policy_templates.json (working copy) |
| @@ -206,6 +206,19 @@ |
| If this setting is disabled, web pages cannot use JavaScript.''', |
| }, |
| { |
| + 'name': 'IncognitoEnabled', |
|
danno
2011/01/24 12:09:10
I'm wondering if this is one of those policies whe
Finnur
2011/01/24 13:14:32
Well, I think we are a bit inconsistent here as we
danno
2011/01/24 14:45:42
I don't feel that strongly about it, but . Maybe y
Finnur
2011/01/24 18:43:10
Who? Nissler?
On 2011/01/24 14:45:42, danno wrote
Mattias Nissler (ping if slow)
2011/01/25 09:33:43
I'm OK with both. For some bits we've just mimicke
|
| + 'type': 'main', |
| + 'supported_on': ['chrome.win:11-'], |
|
danno
2011/01/24 14:45:42
why only on windows? otherwise you need chrome.* B
Finnur
2011/01/24 18:43:10
Because I don't run any OS' other than Windows at
|
| + 'features': {'dynamic_refresh': 0}, |
|
danno
2011/01/24 12:09:10
You use a BooleanPrefMember? That's should properl
Finnur
2011/01/24 13:14:32
Ah, I'm glad you caught this. I meant to ask you a
|
| + 'example_value': True, |
|
danno
2011/01/24 14:45:42
Example value should be False, since True doesn't
Finnur
2011/01/24 18:43:10
Done.
On 2011/01/24 14:45:42, danno wrote:
|
| + '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-'], |