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

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

Issue 12522004: Lazily load extension API schemas (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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
« no previous file with comments | « chrome/common/extensions/api/page_action.json ('k') | chrome/common/extensions/api/proxy.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "dependencies": [ "types" ],
9 "properties": { 8 "properties": {
10 "network": { 9 "network": {
11 "type": "object", 10 "type": "object",
12 "value": {}, 11 "value": {},
13 "description": "Settings that influence Chrome's handling of network con nections in general.", 12 "description": "Settings that influence Chrome's handling of network con nections in general.",
14 "properties": { 13 "properties": {
15 "networkPredictionEnabled": { 14 "networkPredictionEnabled": {
16 "$ref": "types.ChromeSetting", 15 "$ref": "types.ChromeSetting",
17 "value": ["networkPredictionEnabled", {"type":"boolean"}], 16 "value": ["networkPredictionEnabled", {"type":"boolean"}],
18 "description": "If enabled, Chrome attempts to speed up your web bro wsing experience by pre-resolving DNS entries, prerendering sites (<code>&lt;lin k rel='prefetch' ...&gt;</code>), and preemptively opening TCP and SSL connectio ns to servers. This preference's value is a boolean, defaulting to <code>true</ code>." 17 "description": "If enabled, Chrome attempts to speed up your web bro wsing experience by pre-resolving DNS entries, prerendering sites (<code>&lt;lin k rel='prefetch' ...&gt;</code>), and preemptively opening TCP and SSL connectio ns to servers. This preference's value is a boolean, defaulting to <code>true</ code>."
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "$ref": "types.ChromeSetting", 84 "$ref": "types.ChromeSetting",
86 "value": ["protectedContentEnabled", {"type":"boolean"}], 85 "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>.", 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>.",
88 "platforms": ["cros", "cros touch"] 87 "platforms": ["cros", "cros touch"]
89 } 88 }
90 } 89 }
91 } 90 }
92 } 91 }
93 } 92 }
94 ] 93 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/page_action.json ('k') | chrome/common/extensions/api/proxy.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698