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

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

Issue 10834261: Move chrome.experimental.app.onLaunched event handler to chrome.app.runtime.onLaunched. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another merge before retrying commit. Created 8 years, 4 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
« no previous file with comments | « chrome/common/extensions/api/app_runtime.idl ('k') | chrome/common/extensions/docs/apps/api_index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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."
- }
- }
- }
- }
- }
- ]
- }
]
}
]
« no previous file with comments | « chrome/common/extensions/api/app_runtime.idl ('k') | chrome/common/extensions/docs/apps/api_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698