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

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

Issue 64683014: Mac OS X-specific implementation of Networking Private API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made networkingPrivateApi available on OS X. Created 7 years, 1 month 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/chrome_tests.gypi ('k') | components/wifi.gypi » ('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) 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 "platforms": ["chromeos", "win", "mac"],
13 "types" : [ 13 "types" : [
14 { 14 {
15 "id": "NetworkProperties", 15 "id": "NetworkProperties",
16 "type": "object", 16 "type": "object",
17 "additionalProperties": { "type": "any" } 17 "additionalProperties": { "type": "any" }
18 }, 18 },
19 { 19 {
20 "id": "ManagedNetworkProperties", 20 "id": "ManagedNetworkProperties",
21 "type": "object", 21 "type": "object",
22 "additionalProperties": { "type": "any" } 22 "additionalProperties": { "type": "any" }
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 { 376 {
377 "name": "changes", 377 "name": "changes",
378 "type": "array", 378 "type": "array",
379 "items": { "type": "string" } 379 "items": { "type": "string" }
380 } 380 }
381 ] 381 ]
382 } 382 }
383 ] 383 ]
384 } 384 }
385 ] 385 ]
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | components/wifi.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698