| OLD | NEW |
| 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":"management", | 7 "namespace":"management", |
| 8 "types": [ | 8 "types": [ |
| 9 { | 9 { |
| 10 "id": "IconInfo", | 10 "id": "IconInfo", |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 ] | 314 ] |
| 315 }, | 315 }, |
| 316 { | 316 { |
| 317 "name": "onEnabled", | 317 "name": "onEnabled", |
| 318 "description": "Fired when an app or extension has been enabled.", | 318 "description": "Fired when an app or extension has been enabled.", |
| 319 "type": "function", | 319 "type": "function", |
| 320 "parameters": [{"name": "info", "$ref":"ExtensionInfo"}] | 320 "parameters": [{"name": "info", "$ref":"ExtensionInfo"}] |
| 321 }, | 321 }, |
| 322 { | 322 { |
| 323 "name": "onDisabled", | 323 "name": "onDisabled", |
| 324 "description": "Fired when an app or extension has been disabled", | 324 "description": "Fired when an app or extension has been disabled.", |
| 325 "type": "function", | 325 "type": "function", |
| 326 "parameters": [{"name": "info", "$ref":"ExtensionInfo"}] | 326 "parameters": [{"name": "info", "$ref":"ExtensionInfo"}] |
| 327 } | 327 } |
| 328 ] | 328 ] |
| 329 } | 329 } |
| 330 ] | 330 ] |
| OLD | NEW |