Index: chrome/common/extensions/api/experimental_app.json |
diff --git a/chrome/common/extensions/api/experimental_app.json b/chrome/common/extensions/api/experimental_app.json |
index 421056b2674201f1bbf52b2cc1845c55a58f60be..fbcc9ddbaef8b4fbc49fe9daade8a1cc1601f8dc 100644 |
--- a/chrome/common/extensions/api/experimental_app.json |
+++ b/chrome/common/extensions/api/experimental_app.json |
@@ -79,49 +79,6 @@ |
} |
] |
} |
- ], |
- "events": [ |
- { |
- "name": "onLaunched", |
- "type": "function", |
- "description": "Fired when the app is launched.", |
- "parameters": [ |
- { |
- "type": "object", |
- "name": "launchData", |
- "description": "Optional data for the launch.", |
- "optional": true, |
- "properties": { |
- "intent": { |
- "type": "object", |
- "description": "A WebIntents intent object.", |
- "properties": { |
- "action": { |
- "type": "string", |
- "description": "The WebIntent being invoked." |
- }, |
- "type": { |
- "type": "string", |
- "description": "The MIME type of the data." |
- }, |
- "data": { |
- "type": "any", |
- "description": "Data associated with the intent." |
- }, |
- "postResult": { |
- "type": "function", |
- "description": "Null callback to be compatible with WebIntents." |
- }, |
- "postFailure": { |
- "type": "function", |
- "description": "Null callback to be compatible with WebIntents." |
- } |
- } |
- } |
- } |
- } |
- ] |
- } |
] |
} |
] |