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

Side by Side Diff: chrome/common/extensions/api/privacy.json

Issue 14569010: Enable the settings UI to toggle the device ID on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 "properties": { 8 "properties": {
9 "network": { 9 "network": {
10 "type": "object", 10 "type": "object",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "description": "If enabled, Chrome sends auditing pings when request ed by a website (<code>&lt;a ping&gt;</code>). The value of this preference is o f type boolean, and the default value is <code>true</code>." 76 "description": "If enabled, Chrome sends auditing pings when request ed by a website (<code>&lt;a ping&gt;</code>). The value of this preference is o f type boolean, and the default value is <code>true</code>."
77 }, 77 },
78 "referrersEnabled": { 78 "referrersEnabled": {
79 "$ref": "types.ChromeSetting", 79 "$ref": "types.ChromeSetting",
80 "value": ["referrersEnabled", {"type":"boolean"}], 80 "value": ["referrersEnabled", {"type":"boolean"}],
81 "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>." 81 "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 }, 82 },
83 "protectedContentEnabled": { 83 "protectedContentEnabled": {
84 "$ref": "types.ChromeSetting", 84 "$ref": "types.ChromeSetting",
85 "value": ["protectedContentEnabled", {"type":"boolean"}], 85 "value": ["protectedContentEnabled", {"type":"boolean"}],
86 "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>.", 86 "description": "<strong>Available on Windows and ChromeOS only</stro ng>: If enabled, Chrome provides a unique ID to plugins in order to run protecte d content. The value of this preference is of type boolean, and the default valu e is <code>true</code>.",
87 "platforms": ["cros", "cros touch"] 87 "platforms": ["win", "cros", "cros touch"]
88 } 88 }
89 } 89 }
90 } 90 }
91 } 91 }
92 } 92 }
93 ] 93 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698