OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 [ | 5 [ |
6 { | 6 { |
7 "namespace": "privacy", | 7 "namespace": "privacy", |
8 "dependencies": [ "types" ], | 8 "dependencies": [ "types" ], |
9 "properties": { | 9 "properties": { |
10 "network": { | 10 "network": { |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 }, | 78 }, |
79 "referrersEnabled": { | 79 "referrersEnabled": { |
80 "$ref": "types.ChromeSetting", | 80 "$ref": "types.ChromeSetting", |
81 "value": ["referrersEnabled", {"type":"boolean"}], | 81 "value": ["referrersEnabled", {"type":"boolean"}], |
82 "description": "If enabled, Chrome sends <code>referer</code> header
s with your requests. Yes, the name of this preference doesn't match the misspel
led header. No, we're not going to change it. The value of this preference is of
type boolean, and the default value is <code>true</code>." | 82 "description": "If enabled, Chrome sends <code>referer</code> header
s with your requests. Yes, the name of this preference doesn't match the misspel
led header. No, we're not going to change it. The value of this preference is of
type boolean, and the default value is <code>true</code>." |
83 }, | 83 }, |
84 "protectedContentEnabled": { | 84 "protectedContentEnabled": { |
85 "$ref": "types.ChromeSetting", | 85 "$ref": "types.ChromeSetting", |
86 "value": ["protectedContentEnabled", {"type":"boolean"}], | 86 "value": ["protectedContentEnabled", {"type":"boolean"}], |
87 "description": "<strong>Available on ChromeOS only</strong>: If enab
led, Chrome provides a unique ID to plugins in order to run protected content. T
he value of this preference is of type boolean, and the default value is <code>t
rue</code>.", | 87 "description": "<strong>Available on ChromeOS only</strong>: If enab
led, Chrome provides a unique ID to plugins in order to run protected content. T
he value of this preference is of type boolean, and the default value is <code>t
rue</code>.", |
88 "platforms": ["cros", "cros touch"] | 88 "platforms": ["chromeos", "chromeos touch"] |
89 } | 89 } |
90 } | 90 } |
91 } | 91 } |
92 } | 92 } |
93 } | 93 } |
94 ] | 94 ] |
OLD | NEW |