OLD | NEW |
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2013 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":"networkingPrivate", | 7 "namespace":"networkingPrivate", |
8 "description": "none", | 8 "description": "none", |
9 "compiler_options": { | 9 "compiler_options": { |
10 "implemented_in": "chrome/browser/extensions/api/networking_private/networ
king_private_api.h" | 10 "implemented_in": "chrome/browser/extensions/api/networking_private/networ
king_private_api.h" |
11 }, | 11 }, |
| 12 "platforms": ["chromeos", "win"], |
12 "types" : [ | 13 "types" : [ |
13 { | 14 { |
14 "id": "NetworkProperties", | 15 "id": "NetworkProperties", |
15 "type": "object", | 16 "type": "object", |
16 "additionalProperties": { "type": "any" } | 17 "additionalProperties": { "type": "any" } |
17 }, | 18 }, |
18 { | 19 { |
19 "id": "ManagedNetworkProperties", | 20 "id": "ManagedNetworkProperties", |
20 "type": "object", | 21 "type": "object", |
21 "additionalProperties": { "type": "any" } | 22 "additionalProperties": { "type": "any" } |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 { | 333 { |
333 "name": "changes", | 334 "name": "changes", |
334 "type": "array", | 335 "type": "array", |
335 "items": { "type": "string" } | 336 "items": { "type": "string" } |
336 } | 337 } |
337 ] | 338 ] |
338 } | 339 } |
339 ] | 340 ] |
340 } | 341 } |
341 ] | 342 ] |
OLD | NEW |