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

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

Issue 11778097: Revert revision 176015 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/common/extensions/api/extension_api.cc ('k') | chrome/common/extensions/api/i18n.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": "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
77 } 74 }
78 } 75 }
79 } 76 }
80 ] 77 ]
81 } 78 }
82 ] 79 ]
83 } 80 }
84 ] 81 ]
85 } 82 }
86 ] 83 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/common/extensions/api/i18n.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698