| 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": "fileBrowserHandlerInternal", | 7 "namespace": "fileBrowserHandlerInternal", |
| 8 "compiler_options": { | |
| 9 "implemented_in": "chrome/browser/chromeos/extensions/file_browser_handler
_api.h" | |
| 10 }, | |
| 11 "nodoc": true, | 8 "nodoc": true, |
| 12 "internal": true, | 9 "internal": true, |
| 13 "platforms": ["chromeos"], | 10 "platforms": ["chromeos"], |
| 14 "types": [ | 11 "types": [ |
| 15 { | 12 { |
| 16 "id": "FileEntryInfo", | 13 "id": "FileEntryInfo", |
| 17 "type": "object", | 14 "type": "object", |
| 18 "description": "Information needed to build a file entry that will be re
turned through the API.", | 15 "description": "Information needed to build a file entry that will be re
turned through the API.", |
| 19 "properties": { | 16 "properties": { |
| 20 "fileSystemName": { | 17 "fileSystemName": { |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 } | 74 } |
| 78 } | 75 } |
| 79 } | 76 } |
| 80 ] | 77 ] |
| 81 } | 78 } |
| 82 ] | 79 ] |
| 83 } | 80 } |
| 84 ] | 81 ] |
| 85 } | 82 } |
| 86 ] | 83 ] |
| OLD | NEW |