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

Unified Diff: chrome/common/extensions/api/fileBrowserHandler.json

Issue 10272021: Files generated by the JSON schema compiler are named incorrectly (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Minor changes Created 8 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/fileBrowserHandler.json
diff --git a/chrome/common/extensions/api/fileBrowserHandler.json b/chrome/common/extensions/api/fileBrowserHandler.json
deleted file mode 100644
index 32d54d7e00c4889044edc259672d179ab9b91fbc..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/api/fileBrowserHandler.json
+++ /dev/null
@@ -1,46 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-[
- {
- "namespace":"fileBrowserHandler",
- "types": [
- {
- "id": "FileHandlerExecuteEventDetails",
- "type": "object",
- "description": "Event details payload for fileBrowserHandler.onExecute event.",
- "properties": {
- "entries": {
- "type": "any",
- "description": "Array of Entry instances representing files that are targets of this action (selected in ChromeOS file browser)."
- },
- "tab_id" : {
- "type": "integer",
- "optional": true,
- "description": "The ID of the tab that raised this event. Tab IDs are unique within a browser session."
- }
- }
- }
- ],
- "events": [
- {
- "name": "onExecute",
- "type": "function",
- "description": "Fired when file system action is executed from ChromeOS file browser.",
- "parameters": [
- {
- "name": "id",
- "type": "string",
- "description": "File browser action id as specified in the listener component's manifest."
- },
- {
- "name": "details",
- "$ref": "FileHandlerExecuteEventDetails",
- "description": "File handler execute event details."
- }
- ]
- }
- ]
- }
-]
« no previous file with comments | « chrome/common/extensions/api/experimental_usb.idl ('k') | chrome/common/extensions/api/fileBrowserPrivate.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698