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

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

Issue 6279012: 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/config_dir_policy_provider_unittest.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 72634)
+++ 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.*:11-'],
+ 'features': {'dynamic_refresh': 1},
+ 'example_value': False,
+ '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/config_dir_policy_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698