Extract SIGPIPE ignoring code to a common place.
[chromium-blink-merge.git] / chrome / common / extensions / api / devtools.json
blob4a6d9df965b52f2d8da679a3220aa21f08e83312
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
3 // found in the LICENSE file.
6   {
7     "namespace": "devtools",
8     "nodoc": "true",
9     "types": [],
10     "functions": [
11       {
12         "name": "getTabEvents",
13         "type": "function",
14         "description": "Experimental support for timeline API",
15         "nodoc": "true",
16         "parameters": [
17           {
18             "name": "tab_id",
19             "type": "integer"
20           }
21         ],
22         "returns": {
23           "type": "object",
24           "additionalProperties": { "type": "any" },
25           "description": "DevTools tab events object"
26         }
27       }
28     ]
29   }