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

Unified Diff: chrome/app/policy/policy_templates.json

Issue 6313008: Implement pref policy for disabling incognito mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_pref_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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-'],
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698