OLD | NEW |
| 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. |
| 4 |
1 [ | 5 [ |
2 { | 6 { |
3 "namespace": "browserAction", | 7 "namespace": "browserAction", |
4 "dependencies": [ "tabs" ], | 8 "dependencies": [ "tabs" ], |
5 "types": [], | 9 "types": [], |
6 "functions": [ | 10 "functions": [ |
7 { | 11 { |
8 "name": "setTitle", | 12 "name": "setTitle", |
9 "type": "function", | 13 "type": "function", |
10 "description": "Sets the title of the browser action. This shows up in t
he tooltip.", | 14 "description": "Sets the title of the browser action. This shows up in t
he tooltip.", |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 "parameters": [ | 143 "parameters": [ |
140 { | 144 { |
141 "name": "tab", | 145 "name": "tab", |
142 "$ref": "Tab" | 146 "$ref": "Tab" |
143 } | 147 } |
144 ] | 148 ] |
145 } | 149 } |
146 ] | 150 ] |
147 } | 151 } |
148 ] | 152 ] |
OLD | NEW |