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

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

Issue 12223068: Fix some typos, broken links and other issues in extension docs (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 10 months 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
OLDNEW
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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698