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." |
} |
] |
} |