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

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

Issue 8958023: Added missing names in extension api jsons (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed a typo Created 9 years 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 [ 1 [
2 { 2 {
3 "namespace": "mediaPlayerPrivate", 3 "namespace": "mediaPlayerPrivate",
4 "nodoc": "true", 4 "nodoc": "true",
5 "types": [ 5 "types": [
6 { 6 {
7 "id": "Playlist", 7 "id": "Playlist",
8 "type": "object", 8 "type": "object",
9 "description": "Mediaplayer playlist stored in the browser (it extsts ev en if the mediaplayer is closed).", 9 "description": "Mediaplayer playlist stored in the browser (it extsts ev en if the mediaplayer is closed).",
10 "properties": { 10 "properties": {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 { 91 {
92 "name": "showPlaylistPanel", 92 "name": "showPlaylistPanel",
93 "description": "Shows the playlist panel.", 93 "description": "Shows the playlist panel.",
94 "parameters": [] 94 "parameters": []
95 } 95 }
96 ], 96 ],
97 "events": [ 97 "events": [
98 { 98 {
99 "name": "onPlaylistChanged", 99 "name": "onPlaylistChanged",
100 "type": "function", 100 "type": "function",
101 "descrition": "Notifies that playlist content or state has been changed. Data could be retrieved via 'getPlaylist'.", 101 "description": "Notifies that playlist content or state has been changed . Data could be retrieved via 'getPlaylist'.",
102 "parameters": [] 102 "parameters": []
103 } 103 }
104 ] 104 ]
105 } 105 }
106 ] 106 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/fileBrowserPrivate.json ('k') | chrome/common/extensions/api/omnibox.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698