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

Side by Side Diff: chrome/common/extensions/api/experimental.bookmarkManager.json

Issue 9447090: Allow comments in extension config files. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed up license headers to pass license tests Created 8 years, 9 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
OLDNEW
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": "experimental.bookmarkManager", 7 "namespace": "experimental.bookmarkManager",
4 "nodoc": true, 8 "nodoc": true,
5 "dependencies": [ "bookmarks" ], 9 "dependencies": [ "bookmarks" ],
6 "types": [ 10 "types": [
7 { 11 {
8 "id": "BookmarkNodeDataElement", 12 "id": "BookmarkNodeDataElement",
9 "nodoc": true, 13 "nodoc": true,
10 "type": "object", 14 "type": "object",
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "name": "onDrop", 232 "name": "onDrop",
229 "type": "function", 233 "type": "function",
230 "description": "Fired when the user drops bookmarks on the document", 234 "description": "Fired when the user drops bookmarks on the document",
231 "parameters": [ 235 "parameters": [
232 {"name": "bookmarkNodeData", "$ref": "BookmarkNodeData"} 236 {"name": "bookmarkNodeData", "$ref": "BookmarkNodeData"}
233 ] 237 ]
234 } 238 }
235 ] 239 ]
236 } 240 }
237 ] 241 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/experimental.app.json ('k') | chrome/common/extensions/api/experimental.declarative.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698