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

Unified Diff: chrome/common/extensions/api/experimental.runtime.json

Issue 9969087: Switch platform apps from a declarative launch container to handling an onLaunched event. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review Created 8 years, 8 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/experimental.runtime.json
diff --git a/chrome/common/extensions/api/experimental.runtime.json b/chrome/common/extensions/api/experimental.runtime.json
index fb6b2ed0201fd6aeb62b277205e82b1204b7be42..05034dd112cd44d44b29f47dd3c331a152ff3dee 100644
--- a/chrome/common/extensions/api/experimental.runtime.json
+++ b/chrome/common/extensions/api/experimental.runtime.json
@@ -15,6 +15,12 @@
"name": "onBackgroundPageUnloadingSoon",
"type": "function",
"description": "Sent to the transient background page just before it is unloaded. This gives the extension opportunity to do some clean up. Note that since the page is unloading, any asynchronous operations started while handling this event are not guaranteed to complete."
+ },
+ {
+ "nodoc": true,
+ "name": "onLaunched",
+ "type": "function",
+ "description": "Fired when the app is launched."
}
]
}

Powered by Google App Engine
This is Rietveld 408576698