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

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

Issue 7706028: This is UI side unreadable device support. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: merging conflict Created 9 years, 3 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
« no previous file with comments | « chrome/browser/ui/webui/fileicon_source_cros.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "namespace": "extension", 3 "namespace": "extension",
4 "unprivileged": true, 4 "unprivileged": true,
5 "types": [ 5 "types": [
6 { 6 {
7 "id": "MessageSender", 7 "id": "MessageSender",
8 "type": "object", 8 "type": "object",
9 "description": "An object containing information about the script contex t that sent a message or request.", 9 "description": "An object containing information about the script contex t that sent a message or request.",
10 "properties": { 10 "properties": {
(...skipping 6609 matching lines...) Expand 10 before | Expand all | Expand 10 after
6620 "description": "Disk volume mount point path. The value corresponds to its Entry.fullPath in File API." 6620 "description": "Disk volume mount point path. The value corresponds to its Entry.fullPath in File API."
6621 }, 6621 },
6622 "sourceUrl": { 6622 "sourceUrl": {
6623 "type": "string", 6623 "type": "string",
6624 "description": "The path to the mounted devicem, url of the mounted archive file or network resource." 6624 "description": "The path to the mounted devicem, url of the mounted archive file or network resource."
6625 }, 6625 },
6626 "mountType": { 6626 "mountType": {
6627 "type": "string", 6627 "type": "string",
6628 "enum": ["device", "file", "network"], 6628 "enum": ["device", "file", "network"],
6629 "description": "Type of the mount." 6629 "description": "Type of the mount."
6630 },
6631 "mountCondition": {
6632 "type": "string",
6633 "description": "Additional data about mount, for example, that the f ilesystem is not supported."
6630 } 6634 }
6631 } 6635 }
6632 }, 6636 },
6633 { 6637 {
6634 "id": "VolumeMetadata", 6638 "id": "VolumeMetadata",
6635 "type": "object", 6639 "type": "object",
6636 "description": "Mounted disk volume metadata.", 6640 "description": "Mounted disk volume metadata.",
6637 "properties": { 6641 "properties": {
6638 "mountPath": { 6642 "mountPath": {
6639 "type": "string", 6643 "type": "string",
(...skipping 1681 matching lines...) Expand 10 before | Expand all | Expand 10 after
8321 "type": "function", 8325 "type": "function",
8322 "description": "Called when the browser's passwords have been cleare d.", 8326 "description": "Called when the browser's passwords have been cleare d.",
8323 "optional": true, 8327 "optional": true,
8324 "parameters": [] 8328 "parameters": []
8325 } 8329 }
8326 ] 8330 ]
8327 } 8331 }
8328 ] 8332 ]
8329 } 8333 }
8330 ] 8334 ]
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/fileicon_source_cros.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698